-
Hello there, while playing with instructor and openAI, I have stumbled upon the case of multiple tool calls (relevant to my application). Instructor does not support it and the error message suggests to "use List[Model] instead". Can anybody explain what this means?
I'd loop over the tool calls, but instructor manually selects |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Beta Was this translation helpful? Give feedback.
https://jxnl.github.io/instructor/concepts/union/
and https://jxnl.github.io/instructor/concepts/lists/