@langwatch/scenario
    Preparing search index...

    Interface VoiceAgentOptions

    interface VoiceAgentOptions {
        content?: string | ModelMessage;
        wait?: boolean;
    }
    Index

    Properties

    Properties

    content?: string | ModelMessage

    Optional message content; passed through to executor.agent().

    wait?: boolean

    When false, fire the agent turn without awaiting it.