Passing metadata to tools #184
Unanswered
agarwalakshat
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You could probably pass it via configurable params within the runnable config |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Suppose I want to pass some metadata (eg. API keys) to my tool, I thought of passing it as a RunnableConfig in the example here. However, functions in the example which invoke the tool dont get the config and cant pass onto the tool. What is the recommended way of achieving this ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions