Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/langroid/langroid
/ name
Method
name
langroid/agent/tool_message.py:139–140 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
137
138
@classmethod
139
def
name(cls) -> str:
140
return
str(cls.default_value(
"request"
))
# redundant str() to appease mypy
141
142
@classmethod
143
def
instructions(cls) -> str:
Callers
15
enable_message
Method · 0.80
_set_up_task
Method · 0.80
sql_chat_agent.py
File · 0.80
_clarify_answer_instruction
Method · 0.80
_clarifying_message
Method · 0.80
_tool_result_llm_answer_prompt
Method · 0.80
run_query
Method · 0.80
_clarifying_message
Method · 0.80
_init_system_message
Method · 0.80
test_multiple_tools
Function · 0.80
test_npxstdio_transport
Function · 0.80
test_uvxstdio_transport
Function · 0.80
Calls
1
default_value
Method · 0.80
Tested by
15
test_multiple_tools
Function · 0.64
test_npxstdio_transport
Function · 0.64
test_uvxstdio_transport
Function · 0.64
test_seltz_search_tool_name
Method · 0.64
test_llm_structured_output_nested
Function · 0.64
test_task_tool_mock_main_agent
Function · 0.64
_create_nebrowski_task
Function · 0.64
test_task_tool_all_tools
Function · 0.64
test_task_tool_none_tools
Function · 0.64
polinsky_feedback
Method · 0.64
handle_message_fallback
Method · 0.64
test_task_2_agent_2_tool
Function · 0.64