await_user_message
Waits for user input from the in-game chat, returning the message text when submitted.
Instructions
Block until the user types a message in the in-game chat.
This is how the user communicates from inside the game to Claude. Returns when user submits text, or times out.
Returns: The user's message text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |