Fix agentic tool loop: El scoping rules, json_get_raw for array/object fields, result truncation
This commit is contained in:
Vendored
+3
@@ -9,6 +9,9 @@ extern fn clean_llm_response(s: String) -> String
|
||||
extern fn handle_chat(body: String) -> String
|
||||
extern fn handle_see(body: String) -> String
|
||||
extern fn studio_tools_json() -> String
|
||||
extern fn agentic_api_key() -> String
|
||||
extern fn agentic_tools_literal() -> String
|
||||
extern fn dispatch_tool(tool_name: String, tool_input: String) -> String
|
||||
extern fn handle_chat_agentic(body: String) -> String
|
||||
extern fn handle_chat_as_soul(body: String) -> String
|
||||
extern fn auto_persist(req: String, resp: String) -> Void
|
||||
|
||||
Reference in New Issue
Block a user