Table of Contents

Class AgentConversationPlugin

Namespace
FoundationaLLM.SemanticKernel.Core.Plugins
Assembly
FoundationaLLM.SemanticKernel.Core.dll

Provides the capability to provide details about agents.

public class AgentConversationPlugin
Inheritance
AgentConversationPlugin
Inherited Members
Extension Methods

Constructors

AgentConversationPlugin(Dictionary<string, string>)

Provides the capability to provide details about agents.

public AgentConversationPlugin(Dictionary<string, string> agentDescriptions)

Parameters

agentDescriptions Dictionary<string, string>

A dictionary with agent names as keys and agent descriptions as values.

Methods

BuildContextAsync(string)

[KernelFunction("AgentDescriptions")]
public string BuildContextAsync(string userPrompt)

Parameters

userPrompt string

Returns

string