From e4cc6b56e9599dcfd0da705202744f697b6062b1 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Fri, 10 Jan 2025 07:46:52 -0800 Subject: [PATCH] Postrun --- docs/observability/how_to_guides/tracing/annotate_code.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/observability/how_to_guides/tracing/annotate_code.mdx b/docs/observability/how_to_guides/tracing/annotate_code.mdx index 25b0bf6b..b6d82d13 100644 --- a/docs/observability/how_to_guides/tracing/annotate_code.mdx +++ b/docs/observability/how_to_guides/tracing/annotate_code.mdx @@ -280,7 +280,7 @@ const pipeline = new RunTree({ run_type: "chain", inputs: { question } }); -await pipeline.post();\n +await pipeline.postRun();\n // This can be retrieved in a retrieval step const context = "During this morning's meeting, we solved all world conflict."; const messages = [