test(agent): allow mock custom tool args

This commit is contained in:
Hoshina 2026-03-24 19:22:03 +08:00
parent fa5ab72022
commit 2b24bff2ca

View file

@ -638,6 +638,7 @@ func (m *mockCustomTool) Parameters() map[string]any {
return map[string]any{
"type": "object",
"properties": map[string]any{},
"additionalProperties": true,
}
}