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

    Variable AgentInstanceHistoryRoleEnumConst

    AgentInstanceHistoryRoleEnum: {
        ASSISTANT: "ASSISTANT";
        TOOL_RESULT: "TOOL_RESULT";
        USER: "USER";
    } = ...

    The role of a history item in the agent conversation.

    Type Declaration

    • ReadonlyASSISTANT: "ASSISTANT"
    • ReadonlyTOOL_RESULT: "TOOL_RESULT"
    • ReadonlyUSER: "USER"