OptionalpromptOne or more providers that supply prompts to the playground.
If omitted, a FilePromptProvider rooted at the current working directory is used automatically.
OptionaltraceOne or more providers that supply execution traces to the playground.
If omitted, a MemoryTraceProvider is used automatically so the Traces tab can still be exercised without wiring a real tracing backend.
OptionaluseWhether to load a .env file from the directory Evalution is launched
from before starting the server.
Top-level configuration for an Evalution instance.
Place a default export of this type in
.evalution/config.tsat the root of your project to customise how Evalution discovers and serves prompts and traces.If no config file is found, Evalution will show an onboarding wizard to help you create one.
Example