removed temperature from agents to support gpt 5

This commit is contained in:
arkml 2025-08-17 12:32:21 +05:30
parent 7d70ff8fd2
commit 114b4f453a

View file

@ -154,11 +154,7 @@ ${CHILD_TRANSFER_RELATED_INSTRUCTIONS}
name: config.name, name: config.name,
instructions: sanitized, instructions: sanitized,
tools: agentTools, tools: agentTools,
model: aisdk(openai(config.model)), model: aisdk(openai(config.model))
// model: config.model,
modelSettings: {
temperature: 0.0,
}
}); });
agentLogger.log(`created agent`); agentLogger.log(`created agent`);