A data source config which specifies the metadata property of your stored completions query. This is usually metadata like usecase=chatbot or prompt-version=v2, etc.

interface Logs {
    metadata?: Record<string, unknown>;
    type: "logs";
}

Properties

Properties

metadata?: Record<string, unknown>

Metadata filters for the logs data source.

type: "logs"

The type of data source. Always logs.