Feat: openai type func call for llamacpp

This commit is contained in:
Grail Finder
2025-08-08 09:43:00 +03:00
parent 9cb4561c82
commit 3c23ff2403
4 changed files with 48 additions and 23 deletions

View File

@@ -285,7 +285,7 @@ type Tool struct {
}
type OpenAIReq struct {
ChatBody
*ChatBody
Tools []Tool `json:"tools"`
}