|
@@ -97,7 +97,12 @@ type PromptMessageContent struct {
|
|
}
|
|
}
|
|
|
|
|
|
type PromptMessageToolCall struct {
|
|
type PromptMessageToolCall struct {
|
|
- // TODO:
|
|
|
|
|
|
+ ID string `json:"id"`
|
|
|
|
+ Type string `json:"type"`
|
|
|
|
+ Function struct {
|
|
|
|
+ Name string `json:"name"`
|
|
|
|
+ Arguments string `json:"arguments"`
|
|
|
|
+ } `json:"function"`
|
|
}
|
|
}
|
|
|
|
|
|
func init() {
|
|
func init() {
|