Skip to content
Discussion options

You must be logged in to vote

Skill issue on my end and an inability to read the docs.

There's two doc strings for endpoints.agents.capabilities

Defines the agent capabilities that are available to all users for the agents endpoint. You can omit the capabilities you wish to exclude from the list.

and

The capabilities field allows you to enable or disable specific functionalities for agents

What is really happening is endpoints.agents.capabilities acts as a capabilities whitelist for both "agents" and model endpoints. So if file_search isn't listed, it's blacklisted for both "agents" and just simple chat models.

Fix:

endpoints:
  agents:
    disableBuilder: false
    capabilities:
      - "actions"
      - "tools"
…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by relic664
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #8970 on August 10, 2025 17:26.