Jeremy Roush
Jeremy Roush
Would also appreciate and use a new document option.
https://github.com/alexrudall/ruby-openai/issues/508
The grok-ruby gem has an optional dry-schema integration: https://github.com/drnic/groq-ruby#using-dry-schema-with-json-mode
[Here's a ruby script](https://gist.github.com/jeremedia/7e874bc6283a10ce8b4d2746413d3ce4#file-ruby-structured-outputs-v4-rb) implementing StructuredOutputs::Schema that provides the functionality OpenAI added to their python SDK for super-simple structured output definitions. Replicates their [cookbook example](https://cookbook.openai.com/examples/structured_outputs_intro) perfectly. Key thing is this...
This initial confusion many have about tool calling is interesting. It's the result of such big weird new capacity for software: to have natural-language interface to your software's functionality. @iplayfast,...