Fix: tool calls

This commit is contained in:
Grail Finder
2024-11-27 15:09:43 +03:00
parent 7f48741b11
commit 55007d27f8
4 changed files with 27 additions and 51 deletions

View File

@@ -12,8 +12,8 @@ import (
// }
type FuncCall struct {
Name string `json:"name"`
Args string `json:"args"`
Name string `json:"name"`
Args []string `json:"args"`
}
type LLMResp struct {