|
NeuralPlus 0.2.0
A small C++17 SDK for AI clients, sessions, tools, and tracing
|
This is the complete list of members for neuralplus::OpenAIClient, including all inherited members.
| AIClient(ModelDescriptor model, const ClientOptions &options={}) | neuralplus::AIClient | protected |
| generate(Session &session, const Message &input, const GenerateOptions &options={}) | neuralplus::AIClient | |
| generate(Session &session, const std::string &input, const GenerateOptions &options={}) | neuralplus::AIClient | |
| generate(const Message &input, const GenerateOptions &options={}) | neuralplus::AIClient | |
| generate(const std::string &input, const GenerateOptions &options={}) | neuralplus::AIClient | |
| model() const noexcept | neuralplus::AIClient | |
| OpenAIClient(OpenAIConfig config, const ClientOptions &options={}) | neuralplus::OpenAIClient | explicit |
| trace(const TraceEvent &event) const noexcept | neuralplus::AIClient | protected |
| ~AIClient() (defined in neuralplus::AIClient) | neuralplus::AIClient | virtual |
| ~OpenAIClient() override (defined in neuralplus::OpenAIClient) | neuralplus::OpenAIClient |