Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
katsumiok committed Oct 27, 2023
1 parent 512bcd9 commit 07064cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ The following table describes the various types supported by *AskIt*:
| `union` | Union (Multiple Possible Values) | `t.union(t.literal('yes'), t.literal('no'))` | "yes" or "no" |
| | | `t.literal('yes') \| t.literal('no')` | "yes" or "no" |
| | | `t.literal('yes', 'no')` | "yes" or "no" |
| `None` | None | `None` | None |


Note that each type declaration aids *AskIt* in parsing and understanding the desired output, ensuring your LLM returns data in the precise format you require.
Expand Down

0 comments on commit 07064cf

Please sign in to comment.