feat: allow temperature

This commit is contained in:
Shivam Mishra
2025-08-04 15:27:29 +05:30
parent 3f801fda2c
commit 23c35c8886
+2 -1
View File
@@ -6,7 +6,8 @@ module Concerns::Agentable
name: agent_name,
instructions: ->(context) { agent_instructions(context) },
tools: agent_tools,
model: agent_model
model: agent_model,
temperature: temperature || 0.7
)
end