Skip to content

@awssolutions/gen-ai-evaluation-toolkit-ts-client


@awssolutions/gen-ai-evaluation-toolkit-ts-client / AppConfig

Interface: AppConfig

Configuration for app invocation — name selection, runtime parameters, and optional evaluator override

Properties

evaluatorName?

optional evaluatorName?: string

Evaluator worker for app invocation. Defaults to path evaluator if omitted.


name?

optional name?: string

Name of the app_invoke function to use (optional if evaluator has only one)


params?

optional params?: DocumentType

App-specific parameters (opaque to server, passed to app_invoke function)