OpenInference JS
    Preparing search index...

    Type Alias OpenInferenceIOConventionKey

    OpenInferenceIOConventionKey: Extract<
        OpenInferenceSemanticConventionKey,
        | typeof SemanticConventions.OUTPUT_VALUE
        | typeof SemanticConventions.INPUT_VALUE,
    >