route-claudecode
Version:
Advanced routing and transformation system for Claude Code outputs to multiple AI providers
33 lines • 859 B
TypeScript
/**
* Transformation Examples and Usage Patterns
* Demonstrates how to use the new transformation system
*/
/**
* Example: Basic message transformation
*/
export declare function exampleBasicTransformation(): void;
/**
* Example: Tool call transformation
*/
export declare function exampleToolCallTransformation(): void;
/**
* Example: Response transformation
*/
export declare function exampleResponseTransformation(): void;
/**
* Example: Custom transformation context
*/
export declare function exampleCustomTransformation(): void;
/**
* Example: Format detection
*/
export declare function exampleFormatDetection(): void;
/**
* Example: Streaming transformation setup
*/
export declare function exampleStreamingSetup(): void;
/**
* Run all examples
*/
export declare function runAllExamples(): void;
//# sourceMappingURL=examples.d.ts.map