Theia API Documentation v1.69.0
    Preparing search index...

    System message content, enriched with function descriptions.

    interface SystemMessageDescription {
        functionDescriptions?: Map<string, ToolRequest<ToolInvocationContext>>;
        isPromptVariantCustomized?: boolean;
        promptVariantId?: string;
        text: string;
    }
    Index

    Properties

    functionDescriptions?: Map<string, ToolRequest<ToolInvocationContext>>

    All functions references in the system message.

    isPromptVariantCustomized?: boolean

    Whether the prompt variant is customized

    promptVariantId?: string

    The prompt variant ID used

    text: string