/embedded-anthropic | Type: Embedded | PCID required: No
Tools
| Tool | Description |
|---|---|
embedded-anthropic_generate | Generate text using Anthropic Claude models |
embedded-anthropic_generate
Generate text using Anthropic Claude models Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
model | string | No | "Sonnet-4.5" | |
| Anthropic Claude model to use: |
- Haiku-4.5: Fastest model with near-frontier intelligence
- Sonnet-4.5: Best balance of speed and intelligence (default)
- Opus-4.6: Most intelligent model for agents and complex coding
|
|
systemPrompt| string | No | — | System prompt to set behavior and context | |userPrompt| string | Yes | — | User prompt containing the main request or conversation | |fileUrls| string[] | No | — | Optional array of file URLs for analysis. Claude supports Images (.jpg, .jpeg, .png, .gif, .webp) and Documents (.pdf). Always include file URLs when analyzing specific files. |

