Skip to content

Commit 20da058

Browse files
Update conversation/go/sdk/conversation/conversation.go
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com> Signed-off-by: Filinto Duran <1373693+filintod@users.noreply.github.com>
1 parent 7f0c1d7 commit 20da058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conversation/go/sdk/conversation/conversation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func main() {
146146
// parse the arguments and execute tool
147147
args := []byte(toolCalls.ToolTypes.Arguments)
148148
if conversationComponent == "echo" {
149-
// echo does not return a compliant tools argument, it should return json object with keys being the argument names
149+
// The echo component does not return a compliant tool calling response in json format but rather returns a csv
150150
args, err = createMapOfArgsForEcho(toolCalls.ToolTypes.Arguments)
151151
if err != nil {
152152
log.Fatalf("err: %v", err)

0 commit comments

Comments
 (0)