|
NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
|
This is the complete list of members for neograph::Provider, including all inherited members.
| complete(const CompletionParams ¶ms) | neograph::Provider | virtual |
| complete_async(const CompletionParams ¶ms) | neograph::Provider | virtual |
| complete_stream(const CompletionParams ¶ms, const StreamCallback &on_chunk) | neograph::Provider | virtual |
| complete_stream_async(const CompletionParams ¶ms, const StreamCallback &on_chunk) | neograph::Provider | virtual |
| get_name() const =0 | neograph::Provider | pure virtual |
| invoke(const CompletionParams ¶ms, StreamCallback on_chunk=nullptr) | neograph::Provider | virtual |