OpenAI Responses API w/ reasoning in Agno, is this possible?

I want to use gpt-5 with reasoning in a team framework leveraging the responses api (for multi-modality) but it seems impossible. I must pass reasoning id’s between function calling and there’s no apparent way to do that. does any one have an angle on this?

thanks!

Hi @tomaz, thanks for reaching out and supporting Agno. I’ve shared this with the team, we’re working through all requests one by one and will get back to you soon.If it’s urgent, please let us know. We appreciate your patience!

1 Like

Hey @tomaz , when you say you want to use responses api- you mean this right: OpenAI Responses - Agno ?

There are couple of ways to use reasoning with it. Please check here: What is Reasoning? - Agno

Please let me know if this is what you meant :slight_smile:

Hi Priti! thanks for circling back.

Yes I do mean this openai responses docs you sent.

I understand how to use it with a single agent usecase, but couldn’t figure out how to use it in a Team framework where I need to pass the reasoning (thinking) ID between agents, but that payload wasn’t available to pass.