We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d10299 commit c72e623Copy full SHA for c72e623
core/src/main/java/com/google/adk/models/Claude.java
@@ -60,7 +60,7 @@
60
public class Claude extends BaseLlm {
61
62
private static final Logger logger = LoggerFactory.getLogger(Claude.class);
63
- private static final int MAX_TOKEN = 1024;
+ private static final int MAX_TOKEN = 8192;
64
private final AnthropicClient anthropicClient;
65
66
/**
0 commit comments