You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2025. It is now read-only.
It looks like only one-level deep of object properties is considered.
Tool definition:
'output_schema' => [
'type' => 'object',
'properties' => [
'id' => [
'type' => 'integer',
'description' => 'The ID of the post to delete.',
],
'force' => [
'type' => 'boolean',
'default' => false,
'description' => 'Whether to force the deletion of the post and bypass trash',
],
],
'required' => ['id'],
],
Output:
I'm not really sure where this transformation happens, but the defined schema is not returned as is.