AiPromptTestEngineRunAsync - метод

Выполнить тест-кейсы.

Definition

Пространство имён: Tessa.Ai.TestEngine
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
public Task<IReadOnlyCollection<IAiPromptTestCaseResult>> RunAsync(
	AiPromptTestContext testContext,
	CancellationToken cancellationToken
)

Параметры

testContext  AiPromptTestContext
Контекст тест-кейсов промптов ИИ.
cancellationToken  CancellationToken
Propagates notification that operations should be canceled.

Возвращаемое значение

TaskIReadOnlyCollectionIAiPromptTestCaseResult
Список IAiPromptTestCaseResult.

Реализации

IAiPromptTestEngineRunAsync(AiPromptTestContext, CancellationToken)

См. также