GenAI.ModelDetail.UseCaseSupport (GenAI Core v0.1.1)

Provides standardized structure for tracking use case support details. Where use case is the ability of the model to perform a task like feature extraction, generating synthetic memories, etc. Tracks both per model fixed scores plus dynamic adjustments based on system/user feedback.

Link to this section Summary

Link to this section Types

@type t() :: %GenAI.ModelDetail.UseCaseSupport{use_cases: Map.t(), vsn: float()}