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

    Represents a file tree structure in a chat response.

    interface ChatResponseFileTree {
        children?: ChatResponseFileTree[];
        name: string;
    }
    Index

    Properties

    Properties

    An array of child file trees, if the current file tree is a directory.

    name: string

    The name of the file or directory.