Skip to main content

exec_tool

Function exec_tool 

Source
pub fn exec_tool(corpus: &Corpus, name: &str, input: &Value) -> (String, bool)
Expand description

Execute a tool call against the corpus. Returns (json_string, is_error).