Table of Contents

Interface IModelMetadataSource

Namespace
JD.AI.Core.Providers.Metadata
Assembly
JD.AI.Core.dll

Abstraction for fetching raw model metadata JSON. Exists for testability.

public interface IModelMetadataSource

Methods

FetchAsync(CancellationToken)

Fetches the raw JSON string, or null on any failure.

Task<string?> FetchAsync(CancellationToken ct = default)

Parameters

ct CancellationToken

Returns

Task<string>