We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d13be2 commit 01c5dbaCopy full SHA for 01c5dba
libs/logic-apps-shared/src/designer-client-services/lib/standard/manifest/agentloop.ts
@@ -231,6 +231,35 @@ export default {
231
],
232
},
233
234
+ reasoningEffort: {
235
+ type: 'string',
236
+ title: 'Reasoning effort',
237
+ 'x-ms-editor': 'dropdown',
238
+ 'x-ms-editor-options': {
239
+ options: [
240
+ {
241
+ value: 'low',
242
+ displayName: 'Low',
243
+ },
244
245
+ value: 'medium',
246
+ displayName: 'Medium',
247
248
249
+ value: 'high',
250
+ displayName: 'High',
251
252
253
+ value: 'none',
254
+ displayName: 'None',
255
256
257
+ value: 'minimal',
258
+ displayName: 'Minimal',
259
260
+ ],
261
262
263
metadata: {
264
type: 'object',
265
title: 'Metadata',
0 commit comments