Prompt capabilities supported by the agent.
Describes which types of content the agent can handle in prompts.
Optional Fields (all default to false)
audio- Whether the agent supports audio contentembedded_context- Whether the agent supports embedded contextimage- Whether the agent supports image contentmeta- Additional metadata (map)
Example
%ACPex.Schema.Types.PromptCapabilities{
image: true,
audio: false,
embedded_context: true
}JSON Representation
{
"image": true,
"audio": false,
"embeddedContext": true
}
Summary
Functions
Creates a changeset for validation.
Types
Functions
@spec changeset(t(), map()) :: Ecto.Changeset.t()
Creates a changeset for validation.
All fields are optional with defaults.