prepare_reply
Fetch the tweet text, media, and account context to compose a reply that can be posted via reply_to_tweet or queue_engagement.
Instructions
Read-only reply context: the tweet's text AND media (photos attach as image content so your model can see them), plus the account's keywords and persona. YOUR model writes the reply itself, no server-side LLM, nothing posted. Then pass your text to reply_to_tweet(text=...) or queue_engagement(action="reply", text=...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | ||
| tweet_url | Yes | ||
| include_images | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||