langchain.js
    Preparing search index...

    Type Alias RunnableIOSchema

    type RunnableIOSchema = {
        name?: string;
        schema: InteropZodType;
    }
    Index

    Properties

    Properties

    name?: string