Alican Vergin

Results 2 issues of Alican Vergin

This PR adds `tool_choice` option to both OpenAI and Anthropic models. For both models, I've created a `tool_choice` attribute inside the model structs that embeds a `ToolChoice` struct with attributes...

For workflows where we just need structured JSON outputs from the models (e.g. data extraction) through using tools, we may not need to execute any code in the client and...