Agents 0.0.2
Edge AI Agents SDK
Loading...
Searching...
No Matches
agents::LLMInterface Member List

This is the complete list of members for agents::LLMInterface, including all inherited members.

chat(const std::vector< Message > &messages)=0agents::LLMInterfacepure virtual
chatAsync(const std::vector< Message > &messages)agents::LLMInterfacevirtual
chatWithTools(const std::vector< Message > &messages, const std::vector< std::shared_ptr< Tool > > &tools)=0agents::LLMInterfacepure virtual
chatWithToolsAsync(const std::vector< Message > &messages, const std::vector< std::shared_ptr< Tool > > &tools)agents::LLMInterfacevirtual
complete(const String &prompt)agents::LLMInterfacevirtual
complete(const std::vector< Message > &messages)agents::LLMInterfacevirtual
completeAsync(const String &prompt)agents::LLMInterfacevirtual
completeAsync(const std::vector< Message > &messages)agents::LLMInterfacevirtual
completeWithTools(const std::vector< Message > &messages, const std::vector< JsonObject > &tools_schema)agents::LLMInterfacevirtual
getAvailableModels()=0agents::LLMInterfacepure virtual
getModel() const =0agents::LLMInterfacepure virtual
getOptions() const =0agents::LLMInterfacepure virtual
setApiBase(const String &api_base)=0agents::LLMInterfacepure virtual
setApiKey(const String &api_key)=0agents::LLMInterfacepure virtual
setModel(const String &model)=0agents::LLMInterfacepure virtual
setOptions(const LLMOptions &options)=0agents::LLMInterfacepure virtual
streamChat(const std::vector< Message > &messages, std::function< void(const String &, bool)> callback)=0agents::LLMInterfacepure virtual
streamChatAsync(const std::vector< Message > &messages)agents::LLMInterfacevirtual
~LLMInterface()=defaultagents::LLMInterfacevirtual