@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias TurnSteerParams

    type TurnSteerParams = {
        clientUserMessageId?: string | null;
        expectedTurnId: string;
        input: UserInput[];
        threadId: string;
    }
    Index

    Properties

    clientUserMessageId?: string | null
    expectedTurnId: string
    input: UserInput[]
    threadId: string