Microsoft.Teams.AI.AI.Validators Namespace

Classes

Name Description
ActionResponseValidator

Validates action calls returned by the model.

DefaultResponseValidator

Default response validator that always returns true.

JsonResponseValidator

Parses any JSON returned by the model and optionally verifies it against a JSON schema.

ValidatedChatCompletionAction

Validated Chat Completion Action

Validation

Response returned by a PromptResponseValidator

Interfaces

Name Description
IPromptResponseValidator

A validator that can be used to validate prompt responses.