diff --git a/src/platform/src/Bridge/Anthropic/Claude.php b/src/platform/src/Bridge/Anthropic/Claude.php index a08792edc..da48bcd07 100644 --- a/src/platform/src/Bridge/Anthropic/Claude.php +++ b/src/platform/src/Bridge/Anthropic/Claude.php @@ -34,7 +34,7 @@ class Claude extends Model /** * @param array $options The default options for the model usage */ - public function __construct(string $name, array $options = []) + public function __construct(string $name, array $options = ['max_tokens' => 1000]) { $capabilities = [ Capability::INPUT_MESSAGES,