Deprecated in favor of LogsDataSourceConfig.

interface StoredCompletions {
    metadata?: Record<string, unknown>;
    type: "stored_completions";
}

Properties

Properties

metadata?: Record<string, unknown>

Metadata filters for the stored completions data source.

type: "stored_completions"

The type of data source. Always stored_completions.