nexus-agents - v2.80.0
    Preparing search index...

    Interface ListWorkflowsResponse

    Response from list_workflows tool.

    interface ListWorkflowsResponse {
        workflows: WorkflowInfo[];
        count: number;
        categories?: string[];
    }
    Index

    Properties

    workflows: WorkflowInfo[]

    List of available workflows

    count: number

    Total count

    categories?: string[]

    Categories found (for filtering hints)