Skip to content

Commit

Permalink
Postrun
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Jan 10, 2025
1 parent a39b7b4 commit e4cc6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/observability/how_to_guides/tracing/annotate_code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit e4cc6b5

Please sign in to comment.