Agents 0.0.2
Edge AI Agents SDK
|
This is the complete list of members for agents::LLMInterface, including all inherited members.
chat(const std::vector< Message > &messages)=0 | agents::LLMInterface | pure virtual |
chatAsync(const std::vector< Message > &messages) | agents::LLMInterface | virtual |
chatWithTools(const std::vector< Message > &messages, const std::vector< std::shared_ptr< Tool > > &tools)=0 | agents::LLMInterface | pure virtual |
chatWithToolsAsync(const std::vector< Message > &messages, const std::vector< std::shared_ptr< Tool > > &tools) | agents::LLMInterface | virtual |
complete(const String &prompt) | agents::LLMInterface | virtual |
complete(const std::vector< Message > &messages) | agents::LLMInterface | virtual |
completeAsync(const String &prompt) | agents::LLMInterface | virtual |
completeAsync(const std::vector< Message > &messages) | agents::LLMInterface | virtual |
completeWithTools(const std::vector< Message > &messages, const std::vector< JsonObject > &tools_schema) | agents::LLMInterface | virtual |
getAvailableModels()=0 | agents::LLMInterface | pure virtual |
getModel() const =0 | agents::LLMInterface | pure virtual |
getOptions() const =0 | agents::LLMInterface | pure virtual |
setApiBase(const String &api_base)=0 | agents::LLMInterface | pure virtual |
setApiKey(const String &api_key)=0 | agents::LLMInterface | pure virtual |
setModel(const String &model)=0 | agents::LLMInterface | pure virtual |
setOptions(const LLMOptions &options)=0 | agents::LLMInterface | pure virtual |
streamChat(const std::vector< Message > &messages, std::function< void(const String &, bool)> callback)=0 | agents::LLMInterface | pure virtual |
streamChatAsync(const std::vector< Message > &messages) | agents::LLMInterface | virtual |
~LLMInterface()=default | agents::LLMInterface | virtual |