mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-31 02:56:52 +00:00
Co-authored-by: yinghaosang <yinghaosang@users.noreply.github.com>
This commit is contained in:
@@ -7,6 +7,7 @@ function cronAgentTurnPayloadSchema(params: { message: TSchema }) {
|
||||
kind: Type.Literal("agentTurn"),
|
||||
message: params.message,
|
||||
model: Type.Optional(Type.String()),
|
||||
fallbacks: Type.Optional(Type.Array(Type.String())),
|
||||
thinking: Type.Optional(Type.String()),
|
||||
timeoutSeconds: Type.Optional(Type.Integer({ minimum: 0 })),
|
||||
allowUnsafeExternalContent: Type.Optional(Type.Boolean()),
|
||||
|
||||
Reference in New Issue
Block a user