Formatting

This commit is contained in:
Matt Low 2024-05-14 20:55:11 +00:00
parent 54f5a3c209
commit 9ff4322995
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ func ExecuteToolCalls(toolCalls []model.ToolCall, toolBag []model.Tool) ([]model
toolResult := model.ToolResult{
ToolCallID: toolCall.ID,
ToolName: toolCall.Name,
Result: result,
ToolName: toolCall.Name,
Result: result,
}
toolResults = append(toolResults, toolResult)