Skip to content

Admin panel is not allowing config import - no lockstep with libreChat config version #72

@Zirkonium88

Description

@Zirkonium88

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'
Image
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions