The custom tool that the model called.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Custom-Output", "title": "Custom", "properties": { "input": { "type": "string", "title": "Input" }, "name": { "type": "string", "title": "Name" } }, "additionalProperties": true, "type": "object", "required": [ "input", "name" ], "description": "The custom tool that the model called." }