mirror of
https://github.com/coaidev/coai.git
synced 2025-05-28 17:30:15 +09:00
feat: support index
This commit is contained in:
parent
a3b7efd611
commit
12f386913b
@ -34,6 +34,7 @@ type ToolCallFunction struct {
|
||||
}
|
||||
|
||||
type ToolCall struct {
|
||||
Index *int `json:"index,omitempty"`
|
||||
Type string `json:"type"`
|
||||
Id ToolCallId `json:"id"`
|
||||
Function ToolCallFunction `json:"function"`
|
||||
|
Loading…
Reference in New Issue
Block a user