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

[FEA]: Allow passing metadata to LangChainAgentNode._run_single #1706

Closed
2 tasks done
dagardner-nv opened this issue May 16, 2024 · 0 comments · Fixed by #1710
Closed
2 tasks done

[FEA]: Allow passing metadata to LangChainAgentNode._run_single #1706

dagardner-nv opened this issue May 16, 2024 · 0 comments · Fixed by #1710
Assignees
Labels
feature request New feature or request

Comments

@dagardner-nv
Copy link
Contributor

Is this a new feature, an improvement, or a change to existing functionality?

Improvement

How would you describe the priority of this feature request

Medium

Please provide a clear description of problem this feature solves

This would allow subclasses of LangChainAgentNode to set custom metadata for langchain agent tools.

Describe your ideal solution

Add metadata as an argument to LangChainAgentNode._run_single

Additional context

Currently LangChainAgentNode._run_single takes arbitrary keyword arguments, however it attempts to unpack them in a way that shouldn't be performed for metadata

Code of Conduct

  • I agree to follow this project's Code of Conduct
  • I have searched the open feature requests and have found no duplicates for this feature request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant