Skip to content

Commit

Permalink
decrease flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda committed Sep 12, 2024
1 parent d8309da commit 8925738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how-tos/map-reduce.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"\n",
"\n",
"class BestJoke(BaseModel):\n",
" id: int = Field(description=\"Index of the best joke, starting with 0\")\n",
" id: int = Field(description=\"Index of the best joke, starting with 0\", ge=0)\n",
"\n",
"\n",
"model = ChatAnthropic(model=\"claude-3-5-sonnet-20240620\")\n",
Expand Down

0 comments on commit 8925738

Please sign in to comment.