Skip to content

Commit e4cc6b5

Browse files
committed
Postrun
1 parent a39b7b4 commit e4cc6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/observability/how_to_guides/tracing/annotate_code.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ const pipeline = new RunTree({
280280
run_type: "chain",
281281
inputs: { question }
282282
});
283-
await pipeline.post();\n
283+
await pipeline.postRun();\n
284284
// This can be retrieved in a retrieval step
285285
const context = "During this morning's meeting, we solved all world conflict.";
286286
const messages = [

0 commit comments

Comments
 (0)