7 questions
1
vote
2
answers
393
views
OpenAI Agents Builder Error: MCP requires input.message_ids, but My agent doesn't provide message_ids
I'm trying out the new Agents Builder. I tried connecting an Agent to an MCP
When you click the link from Agent to MCP, it will say the error message above.
It also says that the target input schema ...
4
votes
1
answer
395
views
OpenAI Agents SDK doesn't call tools or subagents when using Structured Outputs
For the following example tool call doesn't work, however if I remove the output_type then the tool call does work.
Why is this the issue, and how can I fix it?
@function_tool
def get_weather(city: ...
0
votes
1
answer
86
views
Agent outputType not working when using zodSchema
When working using openai agents I can't provide a outputType without getting this error
error: {
message: "Invalid value: 'object'. Supported values are: 'json_object', 'text', and '...
3
votes
1
answer
322
views
Function call with OpenAI Agent SDK with Ollama fails
I'm having trouble getting function call working with OpenAI Agent SDK and Ollama. Suggestions/Solutions would be of great help. Thank you.
Using UV, python-12 and added "openai>=1.68.2" ...
1
vote
1
answer
342
views
How do I stop the model from streaming the thought, action process
I have been working on a personal AI project. After working with lots of open source AI models, I decided to work with Mistral Nemo which seems to be able to call tools, and got rid of Langgraph's ...
0
votes
1
answer
42
views
Connect Langroid to my own LLM hosted in the cloud
I feel like this should be a very common pattern, but I am trying to use Langroid to build an AI agent that connects to an LLM agent I am hosting myself on azure. I cannot find anywhere in the ...
0
votes
0
answers
70
views
How to add current page URL to the voiceFlow AI agent Transcripts
How can i add the URL of the page (where the user opened the chatbot) to the Transcript of VoiceFlow AI agent? This will help us to understand which website pages users are asking their Questions! I ...