We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39b7b4 commit e4cc6b5Copy full SHA for e4cc6b5
docs/observability/how_to_guides/tracing/annotate_code.mdx
@@ -280,7 +280,7 @@ const pipeline = new RunTree({
280
run_type: "chain",
281
inputs: { question }
282
});
283
-await pipeline.post();\n
+await pipeline.postRun();\n
284
// This can be retrieved in a retrieval step
285
const context = "During this morning's meeting, we solved all world conflict.";
286
const messages = [
0 commit comments