We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0c1d7 commit 20da058Copy full SHA for 20da058
conversation/go/sdk/conversation/conversation.go
@@ -146,7 +146,7 @@ func main() {
146
// parse the arguments and execute tool
147
args := []byte(toolCalls.ToolTypes.Arguments)
148
if conversationComponent == "echo" {
149
- // echo does not return a compliant tools argument, it should return json object with keys being the argument names
+ // The echo component does not return a compliant tool calling response in json format but rather returns a csv
150
args, err = createMapOfArgsForEcho(toolCalls.ToolTypes.Arguments)
151
if err != nil {
152
log.Fatalf("err: %v", err)
0 commit comments