grok_agent
Process prompts with AI to generate responses, analyze images and videos, execute code, search the web and X, and handle files through configurable options.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| session | No | ||
| model | No | grok-4-1-fast | |
| file_ids | No | ||
| image_urls | No | ||
| image_paths | No | ||
| use_web_search | No | ||
| use_x_search | No | ||
| use_code_execution | No | ||
| allowed_domains | No | ||
| excluded_domains | No | ||
| allowed_x_handles | No | ||
| excluded_x_handles | No | ||
| from_date | No | ||
| to_date | No | ||
| enable_image_understanding | No | ||
| enable_video_understanding | No | ||
| include_inline_citations | No | ||
| system_prompt | No | ||
| max_turns | No |