-
Notifications
You must be signed in to change notification settings - Fork 36
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
[FEATURE] Function getToolsParametersMap in ToolStep should parse connector id #845
Comments
Great request, @yuye-aws . Feel free to submit a PR. You'd just need to add Connector ID to this line:
and add a getter like this: flow-framework/src/main/java/org/opensearch/flowframework/workflow/ToolStep.java Lines 63 to 67 in 3a88199
and a null-checking builder line like this: flow-framework/src/main/java/org/opensearch/flowframework/workflow/ToolStep.java Lines 72 to 83 in 3a88199
|
Thanks! TBH, I am new to this repo. Will submit a PR soon. |
Let us know if you need any more help! There may be additional steps (not sure if the builder has the setter you need, etc.) but the above steps should get you started! |
Thanks. I think the connector_id is just like the model_id. I will implement this feature within function |
Is your feature request related to a problem?
When creating Connector tool with
connector_id
from previous node inputs, connector id is missing.What solution would you like?
Add
connector_id
into the parsing function in ToolStep.What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.
Do you have any additional context?
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: