@hbbio/nanoagent
    Preparing search index...

    Type Alias ChatMemoryPatch<M>

    ChatMemoryPatch: (state: M) => M

    Pure function that returns a new memory snapshot.

    Type Parameters

    Type declaration

      • (state: M): M
      • Parameters

        • state: M

        Returns M