fix: restore ios build stability · openclaw/openclaw@1daef79
joshavant
·
2026-05-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -9,7 +9,7 @@ struct TalkRealtimeClientCreateParams: Encodable {
|
9 | 9 | var voice: String? |
10 | 10 | } |
11 | 11 | |
12 | | -struct TalkRealtimeClientSession: Decodable, Sendable { |
| 12 | +struct TalkRealtimeClientSession: Decodable { |
13 | 13 | let provider: String |
14 | 14 | let transport: String |
15 | 15 | let clientSecret: String |
@@ -24,12 +24,12 @@ struct TalkRealtimeClientSession: Decodable, Sendable {
|
24 | 24 | } |
25 | 25 | } |
26 | 26 | |
27 | | -struct TalkRealtimeToolCallResponse: Decodable, Sendable { |
| 27 | +struct TalkRealtimeToolCallResponse: Decodable { |
28 | 28 | let runId: String? |
29 | 29 | let idempotencyKey: String? |
30 | 30 | } |
31 | 31 | |
32 | | -struct TalkRealtimeServerEvent: Decodable, Sendable { |
| 32 | +struct TalkRealtimeServerEvent: Decodable { |
33 | 33 | let type: String |
34 | 34 | let itemId: String? |
35 | 35 | let item: TalkRealtimeServerItem? |
@@ -69,7 +69,7 @@ struct TalkRealtimeServerEvent: Decodable, Sendable {
|
69 | 69 | } |
70 | 70 | } |
71 | 71 | |
72 | | -struct TalkRealtimeServerItem: Decodable, Sendable { |
| 72 | +struct TalkRealtimeServerItem: Decodable { |
73 | 73 | let id: String? |
74 | 74 | let type: String? |
75 | 75 | let callId: String? |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。