UNPKG

@ts-dspy/core

Version:

Core library for building type-safe LLM applications with structured input/output signatures, automatic validation, and reasoning patterns within TypeScript

7 lines 284 B
/** * Demo script to showcase the enhanced tool descriptions feature * This runs without requiring API keys by using mock components */ declare function demonstrateToolDescriptions(): Promise<void>; export { demonstrateToolDescriptions }; //# sourceMappingURL=respact-demo.d.ts.map