File tree Expand file tree Collapse file tree
packages/agent-core-v2/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -572,12 +572,11 @@ interface StaleGuardRecordedPayload {
572572interface SubagentBindingProvenanceRecordedPayload {
573573 _name : 'subagent.binding_provenance.recorded' ;
574574 agentId : string ;
575- /** SubagentBindingProvenance */
576575 provenance : {
577576 operation : 'spawn' | 'fork' | 'resume' ;
578577 profileSource : 'requested' | 'default' | 'fork-inherit' | 'resume-existing' ;
579578 modelSource : 'caller' | 'policy-default' | 'policy-pool' | 'policy-force' | 'fork-inherit' | 'resume-existing' ;
580- policyMode : CanonicalSubagentModelPolicy [ 'mode' ] ;
579+ policyMode : 'inherit' | 'default' | 'pool' | 'force' ;
581580 policySource : 'config' | 'default' ;
582581 featureSource : 'master-env' | 'env' | 'config' | 'default' ;
583582 resolvedFromRoutingEnvironmentRevision : string ;
You can’t perform that action at this time.
0 commit comments