Table of Contents

Class PromptTypes

Namespace
FoundationaLLM.Common.Constants.ResourceProviders
Assembly
FoundationaLLM.Common.dll

Contains constants for the types of prompts.

public static class PromptTypes
Inheritance
PromptTypes
Inherited Members

Fields

Basic

Basic agent without practical functionality. Used as base for all the other agents.

public const string Basic = "basic"

Field Value

string

Multipart

Multipart prompt composed of a prefix and a suffix.

public const string Multipart = "multipart"

Field Value

string