feat: set default temperature to 1.0 [LET-6920] (#8618)
* temp 1 * stage * update core tests
This commit is contained in:
@@ -14,7 +14,7 @@ AGENTS_CREATE_PARAMS = [
|
||||
"parallel_tool_calls": False,
|
||||
"strict": False,
|
||||
"provider_type": "openai",
|
||||
"temperature": 0.7,
|
||||
"temperature": 1.0,
|
||||
"reasoning": {"reasoning_effort": "minimal"},
|
||||
"response_format": None,
|
||||
}
|
||||
@@ -34,7 +34,7 @@ AGENTS_UPDATE_PARAMS = [
|
||||
"parallel_tool_calls": False,
|
||||
"strict": False,
|
||||
"provider_type": "openai",
|
||||
"temperature": 0.7,
|
||||
"temperature": 1.0,
|
||||
"reasoning": {"reasoning_effort": "minimal"},
|
||||
"response_format": None,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user