We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 271baf4 + 659b4eb commit e907e05Copy full SHA for e907e05
logging/toolCall.go
@@ -52,7 +52,7 @@ func (tc *ToolCall) End() {
52
tc.base.End()
53
}
54
55
-func (tc *ToolCall) Data() map[string]interface{} {
+func (tc *ToolCall) data() map[string]interface{} {
56
baseData := tc.base.data()
57
baseData["description"] = tc.Description
58
baseData["args"] = tc.Args
0 commit comments