Table of Contents

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

agent Agent
endpoint string
apiKey string

Returns

Agent

AddRemoteLLMProvider<TMessage>(Agent, string, string)

public static Agent AddRemoteLLMProvider<TMessage>(this Agent agent, string endpoint, string apiKey)

Parameters

agent Agent
endpoint string
apiKey string

Returns

Agent

Type Parameters

TMessage