Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nitpick: updated tool use text to be consistent #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tool_use/04_complete_workflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -268,16 +268,16 @@
"source": [
"Claude's response contains 2 blocks: \n",
"\n",
"* A TextBlock with the text \"Okay, let me use the available tool to try and find information on who won the 2024 Masters Tournament on Wikipedia:\"\n",
"* A TextBlock with the text \"Okay, let me see if I can find information about the winner of the 2024 Masters Tournament on Wikipedia:\"\n",
"\n",
"```\n",
"TextBlock(text='Okay, let me use the available tool to try and find information on who won the 2024 Masters Tournament:', type='text')\n",
"TextBlock(text='Okay, let me see if I can find information about the winner of the 2024 Masters Tournament on Wikipedia:', type='text')\n",
"```\n",
"\n",
"* A ToolUseBlock calling our `get_article` tool with the `search_term` \"2024 Masters Tournament\"\n",
"\n",
"```\n",
"ToolUseBlock(id='toolu_01MbstBxD654o9hE2RGNdtSr', input={'search_term': '2024 Masters Tournament'}, name='get_article', type='tool_use')]\n",
"ToolUseBlock(id='toolu_01CWuduGjgSRfsYJUNC2wxi7', input={'search_term': '2024 Masters Tournament'}, name='get_article', type='tool_use')]\n",
"```\n"
]
},
Expand Down