Member Junction
    Preparing search index...

    Asks the model to produce a response, optionally with one-off instructions.

    interface OAIProtocolResponseCreateEvent {
        response?: { instructions: string };
        type: "response.create";
    }
    Index

    Properties

    Properties

    response?: { instructions: string }
    type: "response.create"