@hbbio/nanoagent
    Preparing search index...

    Interface ToolContentOptions<Memory>

    Optional arguments passed to content.

    interface ToolContentOptions<Memory extends ChatMemory> {
        memory?: Memory;
        memPatch?: ChatMemoryPatch;
    }

    Type Parameters

    Index

    Properties

    Properties

    memory?: Memory
    memPatch?: ChatMemoryPatch