AiPromptTestEngineRunAsync - метод

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

Definition

Пространство имён: Tessa.Ai.TestEngine
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
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)

См. также