Select prompt.

Selection prompt about candidate functions to call.

interface ISelect {
    id: string;
    selections: IAgenticaOperationSelectionJson[];
    type: "select";
}

Hierarchy

  • IBase<"select">
    • ISelect

Properties

Properties

id: string

ID of the LLM tool call result.

Operations that have been selected.

type: "select"

Discriminator type.