mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2026-05-06 08:47:08 +00:00
wip
This commit is contained in:
@@ -114,7 +114,7 @@ class TaskLlm extends Task {
|
||||
// if the toolHook was a websocket it will return undefined, otherwise it should return an object
|
||||
if (typeof tool_response != 'undefined') {
|
||||
this.logger.info({tool_call_id, tool_response}, 'Received response from toolHook');
|
||||
tool_response.type = 'client_tool_result';
|
||||
// tool_response.type = 'client_tool_result';
|
||||
tool_response.invocation_id = tool_call_id;
|
||||
this.processToolOutput(tool_call_id, tool_response);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user