langchain.js
    Preparing search index...

    Variable TextEditor20250728StrReplaceCommandSchemaConst

    TextEditor20250728StrReplaceCommandSchema: ZodObject<
        {
            command: ZodLiteral<"str_replace">;
            new_str: ZodString;
            old_str: ZodString;
            path: ZodString;
        },
        $strip,
    > = ...