View Source ExOpenAI.Components.EvalStoredCompletionsDataSourceConfig (ex_openai.ex v2.0.0-beta2)
Deprecated in favor of LogsDataSourceConfig.
Fields
:metadata- optional -ExOpenAI.Components.Metadata.t():schema- required -map()
The json schema for the run data source items. Learn how to build JSON schemas here.:type- required -:stored_completions
The type of data source. Alwaysstored_completions.
Allowed values:"stored_completions"
Default:"stored_completions"
Summary
Types
@type t() :: %ExOpenAI.Components.EvalStoredCompletionsDataSourceConfig{ metadata: ExOpenAI.Components.Metadata.t() | nil, schema: map(), type: :stored_completions }