@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias AgentInstanceTextContent

    Text content

    A plain-text content block.

    type AgentInstanceTextContent = {
        contentType: string;
        text: string;
    }
    Index

    Properties

    Properties

    contentType: string

    The content type discriminator.

    text: string

    The text content.