Merge commit 'd803bfe2b1fe7f5e219e50ac20d6801a0a58ac75' as 'vendor/ruvector'
This commit is contained in:
30
vendor/ruvector/npm/packages/agentic-synth/examples/dspy-training-example.d.ts
vendored
Normal file
30
vendor/ruvector/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