Skip to content

Commit

Permalink
Update docs for output_format
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai authored Jun 22, 2024
1 parent 25cfca8 commit 20f52bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/snippets/prompt-syntax/output-format.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Bachelors CS, 2015
UT Austin
---
Answer in JSON using this schema:
{
name: string
education: [
Expand Down Expand Up @@ -128,4 +129,4 @@ The tl;dr is that json schemas are
2. very unreadable by humans (and hence models)
3. perform worse than type definitions (especially on deeper nested objects or smaller models)

Read our [full article on json schema vs type definitions](https://www.boundaryml.com/blog/type-definition-prompting-baml)
Read our [full article on json schema vs type definitions](https://www.boundaryml.com/blog/type-definition-prompting-baml)

0 comments on commit 20f52bb

Please sign in to comment.