@microsoft/opentelemetry
    Preparing search index...

    Type Alias MessagePart

    MessagePart:
        | TextPart
        | ToolCallRequestPart
        | ToolCallResponsePart
        | ReasoningPart
        | BlobPart
        | FilePart
        | UriPart
        | ServerToolCallPart
        | ServerToolCallResponsePart
        | GenericPart

    Union of all message part types per OTEL gen-ai semantic conventions.