Skip to content

Commit

Permalink
Add JSON schema to all modes, performs better
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsmlr committed Nov 21, 2024
1 parent 9cd1ef0 commit cb26574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/instructor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,10 @@ defmodule Instructor do
[sys_message | messages]

:json_schema ->
messages
[sys_message | messages]

:tools ->
messages
[sys_message | messages]
end
end)

Expand Down

0 comments on commit cb26574

Please sign in to comment.