mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
style(ios): satisfy settings chat formatting
This commit is contained in:
@@ -153,11 +153,12 @@ final class IOSSystemAgentChatModel {
|
||||
|
||||
nonisolated static func screenshotFixtureReply(params: [String: AnyCodable]) throws -> Data {
|
||||
let hasMessage = params["message"]?.value is String
|
||||
let reply = hasMessage
|
||||
? String(localized: "I’ll keep this conversation separate from ordinary agent chat.")
|
||||
: String(localized: "I can check Gateway status, repair configuration, change models, or connect channels.")
|
||||
var result: [String: Any] = [
|
||||
"sessionId": "ios-screenshot-openclaw",
|
||||
"reply": hasMessage
|
||||
? String(localized: "I’ll keep this conversation separate from ordinary agent chat.")
|
||||
: String(localized: "I can check Gateway status, repair configuration, change models, or connect channels."),
|
||||
"reply": reply,
|
||||
"action": "none",
|
||||
]
|
||||
if !hasMessage {
|
||||
|
||||
Reference in New Issue
Block a user