Formatting
This commit is contained in:
@@ -38,8 +38,8 @@ func ExecuteToolCalls(toolCalls []model.ToolCall, toolBag []model.Tool) ([]model
|
|||||||
|
|
||||||
toolResult := model.ToolResult{
|
toolResult := model.ToolResult{
|
||||||
ToolCallID: toolCall.ID,
|
ToolCallID: toolCall.ID,
|
||||||
ToolName: toolCall.Name,
|
ToolName: toolCall.Name,
|
||||||
Result: result,
|
Result: result,
|
||||||
}
|
}
|
||||||
|
|
||||||
toolResults = append(toolResults, toolResult)
|
toolResults = append(toolResults, toolResult)
|
||||||
|
|||||||
Reference in New Issue
Block a user