Agents 1.4.0
Edge AI Agents SDK
Loading...
Searching...
No Matches
agents::llms::GoogleLLM Member List

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

chat(const std::string &prompt) overrideagents::llms::GoogleLLMvirtual
chat(const std::vector< Message > &messages) overrideagents::llms::GoogleLLMvirtual
chatAsync(const std::vector< Message > &messages)agents::LLMInterfacevirtual
chatWithTools(const std::vector< Message > &messages, const std::vector< std::shared_ptr< Tool > > &tools) overrideagents::llms::GoogleLLMvirtual
chatWithToolsAsync(const std::vector< Message > &messages, const std::vector< std::shared_ptr< Tool > > &tools)agents::LLMInterfacevirtual
getAvailableModels() overrideagents::llms::GoogleLLMvirtual
getModel() const overrideagents::llms::GoogleLLMvirtual
getOptions() const overrideagents::llms::GoogleLLMvirtual
GoogleLLM(const std::string &api_key="", const std::string &model="gemini-2.0-flash")agents::llms::GoogleLLM
setApiBase(const std::string &api_base) overrideagents::llms::GoogleLLMvirtual
setApiKey(const std::string &api_key) overrideagents::llms::GoogleLLMvirtual
setModel(const std::string &model) overrideagents::llms::GoogleLLMvirtual
setOptions(const LLMOptions &options) overrideagents::llms::GoogleLLMvirtual
streamChat(const std::vector< Message > &messages, std::function< void(const std::string &, bool)> callback) overrideagents::llms::GoogleLLMvirtual
streamChatAsync(const std::vector< Message > &messages, const std::vector< std::shared_ptr< Tool > > &tools) overrideagents::llms::GoogleLLMvirtual
streamChatAsyncWithTools(const std::vector< Message > &messages, const std::vector< std::shared_ptr< Tool > > &tools) overrideagents::llms::GoogleLLMvirtual
uploadMediaFile(const std::string &local_path, const std::string &mime, const std::string &binary="") overrideagents::llms::GoogleLLMvirtual
~GoogleLLM() override=defaultagents::llms::GoogleLLM
~LLMInterface()=defaultagents::LLMInterfacevirtual