feat(contact-agent): using createContact with an ID field to provide updates

This commit is contained in:
2025-04-17 18:57:13 +01:00
parent 150a43a5dc
commit 1e40390952
4 changed files with 65 additions and 13 deletions

View File

@@ -222,7 +222,7 @@ func (client *AgentClient) Process(info ToolHandlerInfo, req *AgentRequestBody)
client.Reply = toolCall.Function.Arguments
}
client.Log.Debug("Tool call response", "toolCall", toolCall.Function.Name, "response", toolResponse.Content)
client.Log.Debug("Tool call", "name", toolCall.Function.Name, "arguments", toolCall.Function.Arguments, "response", toolResponse.Content)
req.Chat.AddToolResponse(toolResponse)
}