fix(protocol): regen Swift GatewayModels
This commit is contained in:
parent
2af3853bfa
commit
15757d01bc
1 changed files with 2 additions and 2 deletions
|
|
@ -421,7 +421,7 @@ public struct AgentParams: Codable, Sendable {
|
|||
public let sessionkey: String?
|
||||
public let thinking: String?
|
||||
public let deliver: Bool?
|
||||
public let provider: String?
|
||||
public let provider: AnyCodable?
|
||||
public let timeout: Int?
|
||||
public let lane: String?
|
||||
public let extrasystemprompt: String?
|
||||
|
|
@ -436,7 +436,7 @@ public struct AgentParams: Codable, Sendable {
|
|||
sessionkey: String?,
|
||||
thinking: String?,
|
||||
deliver: Bool?,
|
||||
provider: String?,
|
||||
provider: AnyCodable?,
|
||||
timeout: Int?,
|
||||
lane: String?,
|
||||
extrasystemprompt: String?,
|
||||
|
|
|
|||
Loading…
Reference in a new issue