fix(protocol): regenerate swift gateway models

This commit is contained in:
Ayaan Zaidi
2026-02-23 11:52:42 +05:30
parent 86fcca2352
commit 61db3d4a16
2 changed files with 8 additions and 0 deletions

View File

@@ -527,6 +527,7 @@ public struct AgentParams: Codable, Sendable {
public let groupchannel: String?
public let groupspace: String?
public let timeout: Int?
public let besteffortdeliver: Bool?
public let lane: String?
public let extrasystemprompt: String?
public let inputprovenance: [String: AnyCodable]?
@@ -553,6 +554,7 @@ public struct AgentParams: Codable, Sendable {
groupchannel: String?,
groupspace: String?,
timeout: Int?,
besteffortdeliver: Bool?,
lane: String?,
extrasystemprompt: String?,
inputprovenance: [String: AnyCodable]?,
@@ -578,6 +580,7 @@ public struct AgentParams: Codable, Sendable {
self.groupchannel = groupchannel
self.groupspace = groupspace
self.timeout = timeout
self.besteffortdeliver = besteffortdeliver
self.lane = lane
self.extrasystemprompt = extrasystemprompt
self.inputprovenance = inputprovenance
@@ -605,6 +608,7 @@ public struct AgentParams: Codable, Sendable {
case groupchannel = "groupChannel"
case groupspace = "groupSpace"
case timeout
case besteffortdeliver = "bestEffortDeliver"
case lane
case extrasystemprompt = "extraSystemPrompt"
case inputprovenance = "inputProvenance"

View File

@@ -527,6 +527,7 @@ public struct AgentParams: Codable, Sendable {
public let groupchannel: String?
public let groupspace: String?
public let timeout: Int?
public let besteffortdeliver: Bool?
public let lane: String?
public let extrasystemprompt: String?
public let inputprovenance: [String: AnyCodable]?
@@ -553,6 +554,7 @@ public struct AgentParams: Codable, Sendable {
groupchannel: String?,
groupspace: String?,
timeout: Int?,
besteffortdeliver: Bool?,
lane: String?,
extrasystemprompt: String?,
inputprovenance: [String: AnyCodable]?,
@@ -578,6 +580,7 @@ public struct AgentParams: Codable, Sendable {
self.groupchannel = groupchannel
self.groupspace = groupspace
self.timeout = timeout
self.besteffortdeliver = besteffortdeliver
self.lane = lane
self.extrasystemprompt = extrasystemprompt
self.inputprovenance = inputprovenance
@@ -605,6 +608,7 @@ public struct AgentParams: Codable, Sendable {
case groupchannel = "groupChannel"
case groupspace = "groupSpace"
case timeout
case besteffortdeliver = "bestEffortDeliver"
case lane
case extrasystemprompt = "extraSystemPrompt"
case inputprovenance = "inputProvenance"