Skip to main content

TOOL_CALL_BY_NAME_PREFIX

Constant TOOL_CALL_BY_NAME_PREFIX 

Source
const TOOL_CALL_BY_NAME_PREFIX: &str = "!MOCK_TOOL_CALL:";
Expand description

Opens the trigger !MOCK_TOOL_CALL:<tool_name>:<arguments>!, which makes the mock call any registered tool, so exercising a new one end to end needs no scenario of its own here.