Create a StructuredOutputParser from a list of ResponseSchema.
from_response_schemas(
cls,
response_schemas: list[ResponseSchema]
) -> StructuredOutputParser| Name | Type | Description |
|---|---|---|
response_schemas* | list[ResponseSchema] | The schemas for the response. |