outputSchema property

ToolOutputSchema? get outputSchema

Optional JSON schema defining the output format. Use JsonSchema.object() to create an object schema.

Implementation

ToolOutputSchema? get outputSchema => null;