mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 01:00:21 +00:00
fix(cron): preserve telegram announce target + delivery truth
This commit is contained in:
@@ -73,6 +73,7 @@ export const AgentParamsSchema = Type.Object(
|
||||
groupChannel: Type.Optional(Type.String()),
|
||||
groupSpace: Type.Optional(Type.String()),
|
||||
timeout: Type.Optional(Type.Integer({ minimum: 0 })),
|
||||
bestEffortDeliver: Type.Optional(Type.Boolean()),
|
||||
lane: Type.Optional(Type.String()),
|
||||
extraSystemPrompt: Type.Optional(Type.String()),
|
||||
inputProvenance: Type.Optional(
|
||||
|
||||
Reference in New Issue
Block a user