MCPcopy
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_messageMethod · 0.80
_set_up_taskMethod · 0.80
sql_chat_agent.pyFile · 0.80
_clarifying_messageMethod · 0.80
run_queryMethod · 0.80
_clarifying_messageMethod · 0.80
_init_system_messageMethod · 0.80
test_multiple_toolsFunction · 0.80
test_npxstdio_transportFunction · 0.80
test_uvxstdio_transportFunction · 0.80

Calls 1

default_valueMethod · 0.80

Tested by 15

test_multiple_toolsFunction · 0.64
test_npxstdio_transportFunction · 0.64
test_uvxstdio_transportFunction · 0.64
_create_nebrowski_taskFunction · 0.64
test_task_tool_all_toolsFunction · 0.64
polinsky_feedbackMethod · 0.64
test_task_2_agent_2_toolFunction · 0.64