We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b461d3b commit bfb9da9Copy full SHA for bfb9da9
packages/agent/src/core/toolAgent/toolAgentCore.ts
@@ -66,6 +66,7 @@ export const toolAgent = async (
66
const generateTextProps = {
67
model: config.model,
68
temperature: config.temperature,
69
+ maxTokens: config.maxTokens,
70
messages: messagesWithCacheControl,
71
tools: toolSet,
72
};
0 commit comments