@@ -14,13 +14,19 @@ export class GetOperationsExamplesClientTool extends BaseClientTool {
1414
1515 static readonly metadata : BaseClientToolMetadata = {
1616 displayNames : {
17- [ ClientToolCallState . generating ] : { text : 'Selecting an operation' , icon : Loader2 } ,
18- [ ClientToolCallState . pending ] : { text : 'Selecting an operation' , icon : Loader2 } ,
19- [ ClientToolCallState . executing ] : { text : 'Selecting an operation' , icon : Loader2 } ,
20- [ ClientToolCallState . success ] : { text : 'Selected an operation' , icon : Zap } ,
21- [ ClientToolCallState . error ] : { text : 'Failed to select an operation' , icon : XCircle } ,
22- [ ClientToolCallState . aborted ] : { text : 'Aborted selecting an operation' , icon : MinusCircle } ,
23- [ ClientToolCallState . rejected ] : { text : 'Skipped selecting an operation' , icon : MinusCircle } ,
17+ [ ClientToolCallState . generating ] : { text : 'Designing workflow component' , icon : Loader2 } ,
18+ [ ClientToolCallState . pending ] : { text : 'Designing workflow component' , icon : Loader2 } ,
19+ [ ClientToolCallState . executing ] : { text : 'Designing workflow component' , icon : Loader2 } ,
20+ [ ClientToolCallState . success ] : { text : 'Designed workflow component' , icon : Zap } ,
21+ [ ClientToolCallState . error ] : { text : 'Failed to design workflow component' , icon : XCircle } ,
22+ [ ClientToolCallState . aborted ] : {
23+ text : 'Aborted designing workflow component' ,
24+ icon : MinusCircle ,
25+ } ,
26+ [ ClientToolCallState . rejected ] : {
27+ text : 'Skipped designing workflow component' ,
28+ icon : MinusCircle ,
29+ } ,
2430 } ,
2531 interrupt : undefined ,
2632 }
0 commit comments