langchain.js
    Preparing search index...

    Variable TextEditor20250728ViewCommandSchemaConst

    TextEditor20250728ViewCommandSchema: ZodObject<
        {
            command: ZodLiteral<"view">;
            path: ZodString;
            view_range: ZodOptional<ZodTuple<[ZodNumber, ZodNumber], null>>;
        },
        $strip,
    > = ...

    Text editor tool command types for Claude 4.x models.