We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7e872 commit b44f666Copy full SHA for b44f666
libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/agentloop.ts
@@ -177,6 +177,35 @@ export default {
177
minimum: 0,
178
maximum: 2.0,
179
},
180
+ reasoningEffort: {
181
+ type: 'string',
182
+ title: 'Reasoning effort',
183
+ 'x-ms-editor': 'dropdown',
184
+ 'x-ms-editor-options': {
185
+ options: [
186
+ {
187
+ value: 'low',
188
+ displayName: 'Low',
189
+ },
190
191
+ value: 'medium',
192
+ displayName: 'Medium',
193
194
195
+ value: 'high',
196
+ displayName: 'High',
197
198
199
+ value: 'none',
200
+ displayName: 'None',
201
202
203
+ value: 'minimal',
204
+ displayName: 'Minimal',
205
206
+ ],
207
208
209
210
211
0 commit comments