AxRoutingResult
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/ai/router.ts#L78
Result of the routing process including provider selection and processing information
Properties
Property | Type | Description |
---|---|---|
degradations | string [] | List of capability degradations that occurred |
processingApplied | string [] | List of content processing steps that were applied |
provider | AxAIService | The selected AI service provider |
warnings | string [] | Non-critical warnings about the routing decision |