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

    System message content, enriched with function descriptions.

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

    Properties

    functionDescriptions?: Map<string, ToolRequest>

    All functions references in the system message.

    text: string