When uploading a config with skills and subagents on agents, the admin panel UI throws and an error
# Configuration version (required)
version: 1.3.12
endpoints:
bedrock:
disabled: false
agents:
disableBuilder: false
allowedProviders:
- "bedrock"
capabilities:
- 'execute_code'
- 'file_search'
- 'web_search'
- 'artifacts'
- 'subagents' # Error
- 'actions'
- 'context'
- 'skills' # Error
- 'tools'
- 'chain'
- 'ocr'
Config validation failed
endpoints.agents.capabilities.4: Invalid enum value. Expected 'hide_sequential_outputs' | 'programmatic_tools' | 'end_after_tools' | 'deferred_tools' | 'execute_code' | 'file_search' | 'web_search' | 'artifacts' | 'actions' | 'context' | 'tools' | 'chain' | 'ocr', received 'subagents'
endpoints.agents.capabilities.7: Invalid enum value. Expected 'hide_sequential_outputs' | 'programmatic_tools' | 'end_after_tools' | 'deferred_tools' | 'execute_code' | 'file_search' | 'web_search' | 'artifacts' | 'actions' | 'context' | 'tools' | 'chain' | 'ocr', received 'skills'
According to the docs, admin panel should be able to read the config correctly without any issues.
When uploading a config with skills and subagents on agents, the admin panel UI throws and an error
According to the docs, admin panel should be able to read the config correctly without any issues.