Skip to content
Open
2 changes: 2 additions & 0 deletions camel/configs/anthropic_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

from camel.configs.base_config import BaseConfig

ANTHROPIC_BETA_FOR_STRUCTURED_OUTPUTS = "structured-outputs-2025-11-13"


class AnthropicConfig(BaseConfig):
r"""Defines the parameters for generating chat completions using the
Expand Down
Loading
Loading