Spaces:
Runtime error
Runtime error
File size: 355 Bytes
58d33f0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# 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}
```"""
|