Interface AssistantMessageEditorSessionContext

Information about the current open file in the editor session.

interface AssistantMessageEditorSessionContext {
    documentId?: string;
    editorSessionId: string;
}

Properties

documentId?: string

The id of the open document. May be omitted if there is no open file.

editorSessionId: string

The ID of the current editor session.