Table of Contents

Class OperationTypes

Namespace
FoundationaLLM.Common.Constants.Agents
Assembly
FoundationaLLM.Common.dll

Type of endpoint operations.

public static class OperationTypes
Inheritance
OperationTypes
Inherited Members

Fields

Chat

Chat completions operation.

public const string Chat = "chat"

Field Value

string

Completions

Completions operation.

public const string Completions = "completions"

Field Value

string