UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

6 lines (5 loc) 222 B
/** * Builds a deterministic sample value satisfying a JSON Schema, used by the * mock model to populate a `final_output` tool call in tests. */ export declare function createJsonSchemaSample(schema: unknown): unknown;