Skip to content

Commit

Permalink
Merge pull request #1014 from guardrails-ai/recipe-generation-noteboo…
Browse files Browse the repository at this point in the history
…k-fix

fix recipe generation notebook
  • Loading branch information
dtam authored Aug 15, 2024
2 parents 397979e + 27e7242 commit 6f60cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/recipe_generation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
}
],
"source": [
"print(guard.history.last.iterations.last.inputs.msg_history[0][\"content\"])"
"print(guard.history.first.iterations.first.inputs.msg_history[0]['content'])"
]
},
{
Expand Down

0 comments on commit 6f60cd4

Please sign in to comment.