Skip to content

fix: extract message string from cron agentTurn payload (#54579)#1403

Open
BingqingLyu wants to merge 2 commits into
mainfrom
fork-pr-54600-fix-cron-agent-turn-message-serialization
Open

fix: extract message string from cron agentTurn payload (#54579)#1403
BingqingLyu wants to merge 2 commits into
mainfrom
fork-pr-54600-fix-cron-agent-turn-message-serialization

Conversation

@BingqingLyu

@BingqingLyu BingqingLyu commented Apr 27, 2026

Copy link
Copy Markdown
Owner

Summary

Test plan

  • Create a cron job: openclaw cron add --name "test" --every "24h" --message "Say: HELLO WORLD"
  • Run: openclaw cron run <id>
  • Verify the LLM receives the actual message string, not [object Object]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cron agentTurn payload delivers [object Object] to LLM instead of message string

2 participants