Skip to content

Commit

Permalink
fix recipe generation notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
zsimjee committed Aug 14, 2024
1 parent 9e01819 commit 27e7242
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 27e7242

Please sign in to comment.