jfeng1115's picture
init commit
58d33f0
# 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}
```"""