Installation

npm i @rungalileo/observe

Observe

import { GalileoObserveCallback } from "@rungalileo/observe";
const observe_callback = new GalileoObserveCallback("observe_example", "app_v1")
await observe_callback.init();

const result = await chain.invoke(
    { question: "What is the powerhouse of the cell?"},
    {callbacks: [observe_callback]});

Was this page helpful?