class documentation
class AgentOutputSchemaInput(AgentOutputSchemaBase): (source)
Data conversion friendly representation of AgentOutputSchema.
Method | is |
Whether the output type is plain text (versus a JSON object). |
Method | is |
Whether the JSON schema is in strict mode. |
Method | json |
The JSON schema of the output type. |
Method | name |
Get the name of the output type. |
Method | validate |
Validate the JSON string against the schema. |
Class Variable | is |
Undocumented |
Class Variable | output |
Undocumented |
Class Variable | output |
Undocumented |
Class Variable | strict |
Undocumented |