Expand description
Adapter that wraps HttpExtractionProvider as a [LlmJudge] for the
cognitive service. This bridges the extraction infrastructure (HTTP clients,
provider configs, retry logic) with the cognitive judgment layer.
Structsยง
- Extraction
LlmJudge - Wraps an
HttpExtractionProviderso it can be used as a [LlmJudge] for theCognitiveLlmService.