-
Notifications
You must be signed in to change notification settings - Fork 107
Update 43_Building_a_Tool_Calling_Agent.ipynb #397
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
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
" input_mapping={\"query\": [\"search.query\"]},\n", | ||
" output_mapping={\"output_adapter.output\": \"search_result\"}\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bilgeyucel I added these here to show how to use these in a SuperComponent context as well as to make the parameter specification of the ComponentTool only contain query instead of all possible inputs the SuperComponent could take.
Add forgotten import
Use outputs_to_string
Update Agent Tutorial to:
input_mapping
andoutput_mapping
in SuperComponentoutputs_to_string
in ComponentTool so we only send the string from the output adapter instead of a dict