MCPcopy Create free account
hub / github.com/Noumena-Network/code / getLastCompanionReaction

Function getLastCompanionReaction

src/buddy/observer.ts:394–396  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

392}
393
394export function getLastCompanionReaction(): string | undefined {
395 return recentReactions.at(-1)
396}
397
398export async function fireCompanionObserver(
399 messages: readonly Message[],

Callers 1

callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected