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.
1 parent 271baf4 commit 659b4ebCopy full SHA for 659b4eb
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