NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
Loading...
Searching...
No Matches
neograph::acp::PromptCapabilities Struct Reference

Capabilities the agent advertises about which prompt content it accepts. More...

#include <types.h>

Public Attributes

bool audio = false
 Accepts ContentBlock::audio in prompts.
 
bool embedded_context = false
 Accepts ContentBlock::resource (embedded).
 
bool image = false
 Accepts ContentBlock::image in prompts.
 

Detailed Description

Capabilities the agent advertises about which prompt content it accepts.

Definition at line 50 of file types.h.


The documentation for this struct was generated from the following file: