grok_prompt
Send a user prompt to an active Grok agent session, wait for turn completion, and return the agent's text plus a tool-call summary. Optionally include thought text.
Instructions
Send a user prompt (session/prompt), wait for turn completion, and return aggregated agent text plus a tool-call summary. Optional includeThoughts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | User prompt text to send to the agent | |
| sessionId | Yes | ACP session id from grok_session_create / load | |
| includeThoughts | No | When true, include aggregated agent_thought_chunk text |