@tryforge/forgescript
    Preparing search index...

    Interface IThreadContext

    interface IThreadContext {
        code: string;
        environment?: Record<string, unknown>;
        keywords?: Record<string, unknown>;
    }
    Index
    code: string
    environment?: Record<string, unknown>
    keywords?: Record<string, unknown>