test(agent): allow mock custom tool args (#1965)
This commit is contained in:
parent
fa5ab72022
commit
f2f6987f00
1 changed files with 3 additions and 2 deletions
|
|
@ -636,8 +636,9 @@ func (m *mockCustomTool) Description() string {
|
|||
|
||||
func (m *mockCustomTool) Parameters() map[string]any {
|
||||
return map[string]any{
|
||||
"type": "object",
|
||||
"properties": map[string]any{},
|
||||
"type": "object",
|
||||
"properties": map[string]any{},
|
||||
"additionalProperties": true,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue