Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 653 Bytes

File metadata and controls

23 lines (13 loc) · 653 Bytes

AnthropicProviderConfig

tb_ce_client.models.AnthropicProviderConfig

Properties

Name Type Description Notes
api_key str

Conventions

  • Package: tb_ce_client.models
  • Attribute access: obj.api_key, obj.name, etc.
  • Serialize: obj.model_dump() or obj.model_dump(by_alias=True) for camelCase JSON
  • Deserialize: AnthropicProviderConfig.model_validate(data) or AnthropicProviderConfig.model_validate_json(json_str)
  • None fields: Optional attributes default to None; accessing them never raises exceptions