Class AgentExtensions
- Namespace
- Prefrontal.Modules.Chat
- Assembly
- Prefrontal.Modules.dll
public static class AgentExtensions
- Inheritance
-
AgentExtensions
- Inherited Members
Methods
AddRemoteLLMProvider(Agent, string, string)
public static Agent AddRemoteLLMProvider(this Agent agent, string endpoint, string apiKey)
Parameters
Returns
AddRemoteLLMProvider<TMessage>(Agent, string, string)
public static Agent AddRemoteLLMProvider<TMessage>(this Agent agent, string endpoint, string apiKey)
Parameters
Returns
Type Parameters
TMessage