Replies: 5 comments 9 replies
-
Beta Was this translation helpful? Give feedback.
-
|
This is the OpenAI Connector blurb:
|
Beta Was this translation helpful? Give feedback.
-
|
Could the tool-group APIs help in the implementation of connectors (we already have an abstraction), i..e, connectors -> tool-groups (non user-facing API as an initial utility for implementing connectors), or would handling that from scratch be easier? |
Beta Was this translation helpful? Give feedback.
-
|
From https://platform.openai.com/docs/guides/tools-connectors-mcp#connectors
It seems that connectors are only for services that don't have remote MCP servers, which, when released, I suspect OpenAI would just deprecate the corresponding connector?
Do we really need this for Stack then? |
Beta Was this translation helpful? Give feedback.
-
|
I do think that logically, connectors is the closest to what we had as toolgroups. The difference is we don't have any explicit API to register and expose connectors. But, the purpose connectors and toolgroups serve is a way for a stack admin to preconfigure a set of tools available in the stack. If it's helpful, see some similar discussion at vllm-project/vllm#26703 about how some of this is being thought about in the vLLM Responses API implementation and some of the tradeoffs for different ways of exposing tools. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Before OpenAI Responses, we had introduced the concept of Toolgroups (https://llamastack.github.io/docs/building_applications/tools) which Stack admins can register to be used by developers. For example, MCP tools can be registered as a tool group, which can then be referenced by the (now alpha) Agents API (https://llamastack.github.io/docs/building_applications/tools#using-remote-mcp-servers). This has the potential of allowing the admin to register certain auth-required MCPs once for all developers to use easily.
However we're not sure if this is applicable in real scenarios. Toolgroups are also not integrated with OpenAI Responses API. We're inclined to remove this concept entirely, but would like to first hear the community's thoughts on whether this is useful.
Beta Was this translation helpful? Give feedback.
All reactions