@@ -744,7 +744,6 @@ public struct AgentParams: Codable, Sendable {
|
744 | 744 | public let bootstrapcontextmode: AnyCodable? |
745 | 745 | public let bootstrapcontextrunkind: AnyCodable? |
746 | 746 | public let acpturnsource: String? |
747 | | -public let internalruntimehandoffid: String? |
748 | 747 | public let internalevents: [[String: AnyCodable]]? |
749 | 748 | public let inputprovenance: [String: AnyCodable]? |
750 | 749 | public let voicewaketrigger: String? |
@@ -781,7 +780,6 @@ public struct AgentParams: Codable, Sendable {
|
781 | 780 | bootstrapcontextmode: AnyCodable?, |
782 | 781 | bootstrapcontextrunkind: AnyCodable?, |
783 | 782 | acpturnsource: String?, |
784 | | - internalruntimehandoffid: String?, |
785 | 783 | internalevents: [[String: AnyCodable]]?, |
786 | 784 | inputprovenance: [String: AnyCodable]?, |
787 | 785 | voicewaketrigger: String?, |
@@ -817,7 +815,6 @@ public struct AgentParams: Codable, Sendable {
|
817 | 815 | self.bootstrapcontextmode = bootstrapcontextmode |
818 | 816 | self.bootstrapcontextrunkind = bootstrapcontextrunkind |
819 | 817 | self.acpturnsource = acpturnsource |
820 | | -self.internalruntimehandoffid = internalruntimehandoffid |
821 | 818 | self.internalevents = internalevents |
822 | 819 | self.inputprovenance = inputprovenance |
823 | 820 | self.voicewaketrigger = voicewaketrigger |
@@ -855,7 +852,6 @@ public struct AgentParams: Codable, Sendable {
|
855 | 852 | case bootstrapcontextmode = "bootstrapContextMode" |
856 | 853 | case bootstrapcontextrunkind = "bootstrapContextRunKind" |
857 | 854 | case acpturnsource = "acpTurnSource" |
858 | | -case internalruntimehandoffid = "internalRuntimeHandoffId" |
859 | 855 | case internalevents = "internalEvents" |
860 | 856 | case inputprovenance = "inputProvenance" |
861 | 857 | case voicewaketrigger = "voiceWakeTrigger" |
|