Skip to content

Commit 67909b1

Browse files
committed
Remove max token output limit
1 parent aca1f90 commit 67909b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/agent-runtime/src/prompt-agent-stream.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const getAgentStreamFromTemplate = (params: {
7979
includeCacheControl,
8080
logger,
8181
localAgentTemplates,
82-
maxOutputTokens: 32_000,
82+
maxOutputTokens: undefined,
8383
maxRetries: 3,
8484
messages,
8585
model,

0 commit comments

Comments
 (0)