Squashed 'vendor/ruvector/' content from commit b64c2172
git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
This commit is contained in:
30
npm/packages/agentic-synth/examples/dspy-training-example.d.ts
vendored
Normal file
30
npm/packages/agentic-synth/examples/dspy-training-example.d.ts
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
/**
|
||||
* DSPy Training Session - Usage Example
|
||||
*
|
||||
* Demonstrates how to use the DSPy learning framework for multi-model training
|
||||
* with automatic prompt optimization and benchmarking.
|
||||
*
|
||||
* @example
|
||||
*/
|
||||
/**
|
||||
* Example 1: Basic Training Session
|
||||
*/
|
||||
declare function basicTrainingExample(): Promise<void>;
|
||||
/**
|
||||
* Example 2: Advanced Training with Real-time Monitoring
|
||||
*/
|
||||
declare function advancedTrainingExample(): Promise<void>;
|
||||
/**
|
||||
* Example 3: Cost-Optimized Training
|
||||
*/
|
||||
declare function costOptimizedTrainingExample(): Promise<void>;
|
||||
/**
|
||||
* Example 4: Quality-Focused Training
|
||||
*/
|
||||
declare function qualityFocusedTrainingExample(): Promise<void>;
|
||||
/**
|
||||
* Example 5: Benchmark Comparison
|
||||
*/
|
||||
declare function benchmarkComparisonExample(): Promise<void>;
|
||||
export { basicTrainingExample, advancedTrainingExample, costOptimizedTrainingExample, qualityFocusedTrainingExample, benchmarkComparisonExample };
|
||||
//# sourceMappingURL=dspy-training-example.d.ts.map
|
||||
Reference in New Issue
Block a user