Skip to main content
1 vote
2 answers
393 views

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 ...
Jose Jaime Felix Garcia's user avatar
4 votes
1 answer
395 views

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: ...
blest's user avatar
  • 859
0 votes
1 answer
86 views

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 '...
Oasis Inc's user avatar
3 votes
1 answer
322 views

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" ...
Dileep17's user avatar
  • 391
1 vote
1 answer
342 views

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 ...
deepyes02's user avatar
  • 197
0 votes
1 answer
42 views

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 ...
kpozzi90's user avatar
  • 239
0 votes
0 answers
70 views

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 ...
mrana's user avatar
  • 1,058