MCPcopy Create free account

hub / github.com/MiroMindAI/MiroThinker / functions

Functions534 in github.com/MiroMindAI/MiroThinker

Methodtest_think_tags_in_content
<think> tags in content should be extracted and reformatted.
apps/lobehub-compatibility/unit_test.py:130
Methodtest_tool_args_auto_generated
Args section should be auto-generated from parameters.properties.
apps/lobehub-compatibility/unit_test.py:266
Methodtest_tool_args_not_duplicated
If description already has Args:, don't add another.
apps/lobehub-compatibility/unit_test.py:293
Methodtest_tool_call_arguments_dict
Tool call with dict arguments should be JSON serialized.
apps/lobehub-compatibility/unit_test.py:551
Methodtest_tool_call_format
Tool calls should be formatted with <use_mcp_tool> tags.
apps/lobehub-compatibility/unit_test.py:428
Methodtest_tool_call_no_content
Tool call with None content should work.
apps/lobehub-compatibility/unit_test.py:469
Methodtest_tool_description_indentation
Tool description should be indented with 4 spaces.
apps/lobehub-compatibility/unit_test.py:247
Methodtest_tool_empty_description
Tool with empty description should not crash.
apps/lobehub-compatibility/unit_test.py:376
Methodtest_tool_json_schema_included
Input JSON schema should be included.
apps/lobehub-compatibility/unit_test.py:318
Methodtest_tool_name_format
Tool should be formatted with ### Tool name: header.
apps/lobehub-compatibility/unit_test.py:209
Methodtest_tool_none_description
Tool with None description should not crash.
apps/lobehub-compatibility/unit_test.py:357
Methodtest_tool_response_in_user_message
Tool response should be embedded in a user message.
apps/lobehub-compatibility/unit_test.py:596
Methodtest_tool_response_no_wrapper_tags
Tool responses should NOT be wrapped in <tool_response> tags.
apps/lobehub-compatibility/unit_test.py:676
Methodtest_tool_server_name
Tool server should be my_mcp_server.
apps/lobehub-compatibility/unit_test.py:228
Methodtest_tool_without_function_wrapper
Tools can be passed without the function wrapper.
apps/lobehub-compatibility/unit_test.py:341
Methodtest_tools_trigger_system_prompt
When tools are provided, a special system prompt should be generated.
apps/lobehub-compatibility/unit_test.py:188
Methodtest_unicode_content
Unicode content should be preserved.
apps/lobehub-compatibility/unit_test.py:734
Methodtest_user_message_format
User message should be wrapped in <|im_start|>user ... <|im_end|>.
apps/lobehub-compatibility/unit_test.py:50
Functiontoday_date
Get today's date in YYYY-MM-DD format.
apps/lobehub-compatibility/unit_test.py:37
FunctiontoggleBrowserNav
(stepIndex, event)
apps/visualize-trace/static/js/script.js:1103
FunctiontoggleBrowserPreview
(browserId, parentIndex, browserStepId)
apps/visualize-trace/static/js/script.js:886
Methodtotal_completion_rate
Calculate overall completion rate percentage
apps/miroflow-agent/benchmarks/check_progress/common.py:294
Methodtotal_judge_accuracy
Calculate overall judge accuracy percentage
apps/miroflow-agent/benchmarks/check_progress/common.py:263
Methodupdate_message_history
Update message history with tool calls data (llm client specific)
apps/miroflow-agent/src/llm/providers/anthropic_client.py:252
Functionupload_file_from_local_to_sandbox
Upload a local file to the `/home/user` dir of the remote python interpreter. Args: sandbox_id: The id of the sandbox to run the code in.
libs/miroflow-tools/src/miroflow_tools/mcp_servers/python_mcp_server.py:230
Functionverify_answer_gaia
Use GAIA-style judge to verify if the predicted answer is correct.
apps/miroflow-agent/benchmarks/evaluators/eval_utils.py:224
Functionvisual_question_answering
Ask question about an image or a video and get the answer with GPT-4o vision model. Args: media_path_or_url: The path of the image/video
libs/miroflow-tools/src/miroflow_tools/mcp_servers/vision_mcp_server.py:89
Functionvisual_question_answering
Ask question about an image or a video and get the answer with a vision language model. Args: image_path_or_url: The path of the image fi
libs/miroflow-tools/src/miroflow_tools/mcp_servers/vision_mcp_server_os.py:34
Functionwiki_get_page_content
Get specific Wikipedia page content for the specific entity (people, places, concepts, events) and return structured information. This tool searc
libs/miroflow-tools/src/miroflow_tools/mcp_servers/searching_google_mcp_server.py:167
Functionwith_timeout
Decorator: wraps any *async* function in asyncio.wait_for(). Usage: @with_timeout(20) async def create_message_foo(...): ...
apps/miroflow-agent/src/llm/util.py:19
Functionwith_timeout
Decorator: wraps any *async* function in asyncio.wait_for(). Usage: @with_timeout(20) async def create_message_foo(...): ...
libs/miroflow-tools/src/miroflow_tools/manager.py:19
Functionwrapped
()
apps/miroflow-agent/src/core/orchestrator.py:72
Functionwrapper
(*args, **kwargs)
apps/miroflow-agent/src/llm/util.py:31
Functionwrapper
(*args, **kwargs)
libs/miroflow-tools/src/miroflow_tools/manager.py:31
← previous501–534 of 534, ranked by callers