@@ -716,6 +716,7 @@ public struct AgentParams: Codable, Sendable {
716716 public let bootstrapcontextmode : AnyCodable ?
717717 public let bootstrapcontextrunkind : AnyCodable ?
718718 public let acpturnsource : String ?
719+ public let internalruntimehandoffid : String ?
719720 public let internalevents : [ [ String : AnyCodable ] ] ?
720721 public let inputprovenance : [ String : AnyCodable ] ?
721722 public let voicewaketrigger : String ?
@@ -752,6 +753,7 @@ public struct AgentParams: Codable, Sendable {
752753 bootstrapcontextmode: AnyCodable ? ,
753754 bootstrapcontextrunkind: AnyCodable ? ,
754755 acpturnsource: String ? ,
756+ internalruntimehandoffid: String ? ,
755757 internalevents: [ [ String : AnyCodable ] ] ? ,
756758 inputprovenance: [ String : AnyCodable ] ? ,
757759 voicewaketrigger: String ? ,
@@ -787,6 +789,7 @@ public struct AgentParams: Codable, Sendable {
787789 self . bootstrapcontextmode = bootstrapcontextmode
788790 self . bootstrapcontextrunkind = bootstrapcontextrunkind
789791 self . acpturnsource = acpturnsource
792+ self . internalruntimehandoffid = internalruntimehandoffid
790793 self . internalevents = internalevents
791794 self . inputprovenance = inputprovenance
792795 self . voicewaketrigger = voicewaketrigger
@@ -824,6 +827,7 @@ public struct AgentParams: Codable, Sendable {
824827 case bootstrapcontextmode = " bootstrapContextMode "
825828 case bootstrapcontextrunkind = " bootstrapContextRunKind "
826829 case acpturnsource = " acpTurnSource "
830+ case internalruntimehandoffid = " internalRuntimeHandoffId "
827831 case internalevents = " internalEvents "
828832 case inputprovenance = " inputProvenance "
829833 case voicewaketrigger = " voiceWakeTrigger "
0 commit comments