You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently use the Langchain::Assistant class with an OpenAI model and custom tools, but I would like to extend it by connecting to remote MCP servers. Since the Chat Completions API does not support MCP connections, I’d like to be able to use the OpenAI Responses API within the Assistant class.
jmlagace, magdalenanario, GonzaHansen and thiennghv0201