anthropic_drivers_config v1.2
Bases:
DriversConfig
Source Code in griptape/configs/drivers/anthropic_drivers_config.py
@define class AnthropicDriversConfig(DriversConfig): @lazy_property() def prompt_driver(self) -> AnthropicPromptDriver: return AnthropicPromptDriver(model="claude-3-7-sonnet-latest")
prompt_driver()
Source Code in griptape/configs/drivers/anthropic_drivers_config.py
@lazy_property() def prompt_driver(self) -> AnthropicPromptDriver: return AnthropicPromptDriver(model="claude-3-7-sonnet-latest")
- On this page
- prompt_driver()