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

    Type Alias TurnStartedNotification

    type TurnStartedNotification = {
        threadId: string;
        turn: Turn;
    }
    Index

    Properties

    Properties

    threadId: string
    turn: Turn