Record
prompt-capabilities
Content types the agent can accept in prompt requests beyond the
baseline (text and resource links, which are always supported).
record prompt-capabilities {
image: bool,
audio: bool,
embedded-context: bool,
}Fields
| Name | Type | Description |
|---|---|---|
| image | bool | Image content blocks may appear in prompts. |
| audio | bool | Audio content blocks may appear in prompts. |
| embedded-context | bool | Embedded resources may appear in prompts. |