@valon-technologies/gestalt
    Preparing search index...

    Interface WorkflowStepAgentTurn

    interface WorkflowStepAgentTurn {
        provider?: string;
        model?: string;
        sessionKey?: string;
        prompt?: string | WorkflowText;
        messages?: readonly WorkflowAgentMessage[];
        tools?: readonly AgentToolRef[];
        output?: AgentOutput;
        modelOptions?: object;
    }
    Index

    Properties

    provider?: string
    model?: string
    sessionKey?: string
    prompt?: string | WorkflowText
    messages?: readonly WorkflowAgentMessage[]
    tools?: readonly AgentToolRef[]
    output?: AgentOutput
    modelOptions?: object