File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
122122 updatedAt : '2025-06-17' ,
123123 } ,
124124 capabilities : {
125+ temperature : { min : 0 , max : 2 } ,
125126 toolUsageControl : true ,
126127 } ,
127128 } ,
@@ -134,6 +135,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
134135 updatedAt : '2025-06-17' ,
135136 } ,
136137 capabilities : {
138+ temperature : { min : 0 , max : 2 } ,
137139 toolUsageControl : true ,
138140 } ,
139141 } ,
@@ -146,6 +148,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
146148 updatedAt : '2025-06-17' ,
147149 } ,
148150 capabilities : {
151+ temperature : { min : 0 , max : 2 } ,
149152 toolUsageControl : true ,
150153 } ,
151154 } ,
You can’t perform that action at this time.
0 commit comments