BaseConverter
- output_schema (Optional[Type[BaseModel]], optional): The expected format of the response. (default: :obj:
None)
convert
- text (str): The input text to be structured.
- output_schema (Optional[Type[BaseModel]], optional): The expected format of the response. Defaults to None.
- prompt (Optional[str], optional): The prompt to be used.