mirror of
https://github.com/alibaba/higress.git
synced 2026-06-07 11:47:30 +08:00
@@ -68,7 +68,7 @@ type ToolArgs struct {
|
|||||||
Required bool `json:"required,omitempty"`
|
Required bool `json:"required,omitempty"`
|
||||||
Default interface{} `json:"default,omitempty"`
|
Default interface{} `json:"default,omitempty"`
|
||||||
Enum []interface{} `json:"enum,omitempty"`
|
Enum []interface{} `json:"enum,omitempty"`
|
||||||
Items []interface{} `json:"items,omitempty"`
|
Items interface{} `json:"items,omitempty"`
|
||||||
Properties interface{} `json:"properties,omitempty"`
|
Properties interface{} `json:"properties,omitempty"`
|
||||||
Position string `json:"position,omitempty"`
|
Position string `json:"position,omitempty"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user