langchain.js
    Preparing search index...

    Type Alias BaseMessageExamplePair

    type BaseMessageExamplePair = {
        input: BaseDynamicToolInput;
        output: BaseDynamicToolInput;
    }
    Index

    Properties

    Properties