File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- import { AgentType , AgentTypeString , StepStatus , PlanStatus } from './enums' ;
1+ import { AgentType , StepStatus , PlanStatus } from './enums' ;
22
33/**
44 * Message roles compatible with Semantic Kernel
@@ -37,7 +37,7 @@ export interface ApprovalRequest {
3737 /** Action to be performed */
3838 action : string ;
3939 /** Agent assigned to this step */
40- agent : AgentTypeString ;
40+ agent : AgentType ;
4141}
4242
4343/**
@@ -83,7 +83,7 @@ export interface ActionRequest {
8383 /** Action to be performed */
8484 action : string ;
8585 /** Agent assigned to this step */
86- agent : AgentTypeString ;
86+ agent : AgentType ;
8787}
8888
8989/**
@@ -112,4 +112,4 @@ export interface PlanStateUpdate {
112112 session_id : string ;
113113 /** Overall status of the plan */
114114 overall_status : PlanStatus ;
115- }
115+ }
You can’t perform that action at this time.
0 commit comments