UNPKG

ai-utils.js

Version:

Build AI applications, chatbots, and agents with JavaScript and TypeScript.

9 lines (8 loc) 214 B
export class ConsoleLogger { onModelCallStarted(event) { console.log(JSON.stringify(event, null, 2)); } onModelCallFinished(event) { console.log(JSON.stringify(event, null, 2)); } }