thmsmlr / instructor_ex

Structured outputs for LLMs in Elixir
https://hexdocs.pm/instructor
430 stars 48 forks source link

Correct to_date field in the quickstart example #41

Closed nthock closed 1 week ago

nthock commented 3 months ago

In the quick start example, the field given is until_date, while the Ecto schema define to_date. This PR changes the field to to_date.

thmsmlr commented 1 week ago

ty