Joe

Results 24 comments of Joe

@DouweM can you look at the approach I'm taking now? I'm not getting any info from `_output_schema` and instead am using `Agent.output_type`. Is this safe?

@WoosukKwon can I ask for insight on the multiple of 16 comment? I haven't been able to find issue with multiples of 8 yet.

@DouweM I'll attempt to implement this feature if no one is working on it. Will `deps` ever modify the expected output of `output_json_schema` during runtime? If so, should it be...

@DouweM just to check, `output_json_schema` should be a method that takes an optional `output_type` arg? And if nothing is supplied use the output type defined at construction? Like: ```py agent...