anthropic_drivers_config
Adapted from the Griptape AI Framework documentation.
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()
Could this page be better? Report a problem or suggest an addition!