Spaces:
Runtime error
Runtime error
| # flake8: noqa | |
| STRUCTURED_FORMAT_INSTRUCTIONS = """The output should be a markdown code snippet formatted in the following schema: | |
| ```json | |
| {{ | |
| {format} | |
| }} | |
| ```""" | |
| PYDANTIC_FORMAT_INSTRUCTIONS = """Ensure the final answer be formatted as a JSON instance that conforms to the JSON schema below. | |
| Here is the schema for the final answer: | |
| ``` | |
| {schema} | |
| ```""" | |