Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 2.65 KB

File metadata and controls

15 lines (11 loc) · 2.65 KB

AgentCapabilities

Describes features that the agent supports. example: { "ap.io.messages": true, "ap.io.streaming": true }

Fields

Field Type Required Description
apIoMessages Optional<Boolean> Whether the agent supports messages as an input. If true, you'll pass messages as an input when running the agent.
apIoStreaming Optional<Boolean> Whether the agent supports streaming output. If true, you you can stream agent ouput. All agents currently support streaming.
additionalProperties Map<String, Object> N/A