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

fix: update csvAgent to work as expected #3790

Merged
merged 4 commits into from
Sep 12, 2024
Merged

fix: update csvAgent to work as expected #3790

merged 4 commits into from
Sep 12, 2024

Conversation

Cristhianzl
Copy link
Collaborator

✨ (CSVAgent.py): Add support for MessageTextInput input type and Output for building agent response
πŸ“ (CSVAgent.py): Update input descriptions and add info for better understanding of inputs
πŸ“ (CSVAgent.py): Update build_agent_response method to handle input and return response as a Message object
πŸ“ (CSVAgent.py): Update build_agent method to return Union[AgentExecutor, Agent] for flexibility and handle parsing errors

…ut for building agent response

πŸ“ (CSVAgent.py): Update input descriptions and add info for better understanding of inputs
πŸ“ (CSVAgent.py): Update build_agent_response method to handle input and return response as a Message object
πŸ“ (CSVAgent.py): Update build_agent method to return Union[AgentExecutor, Agent] for flexibility and handle parsing errors
@Cristhianzl Cristhianzl self-assigned this Sep 12, 2024
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. enhancement New feature or request labels Sep 12, 2024
@github-actions github-actions bot added bug Something isn't working and removed enhancement New feature or request labels Sep 12, 2024
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-3790.dmtpw4p5recq1.amplifyapp.com

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Sep 12, 2024
@italojohnny italojohnny self-requested a review September 12, 2024 19:30
@Cristhianzl Cristhianzl enabled auto-merge (squash) September 12, 2024 20:01
@Cristhianzl Cristhianzl merged commit e44479f into main Sep 12, 2024
30 checks passed
@Cristhianzl Cristhianzl deleted the cz/fixCsvAgent branch September 12, 2024 20:03
smatiolids pushed a commit to smatiolids/langflow-dev that referenced this pull request Sep 16, 2024
* ✨ (CSVAgent.py): Add support for MessageTextInput input type and Output for building agent response
πŸ“ (CSVAgent.py): Update input descriptions and add info for better understanding of inputs
πŸ“ (CSVAgent.py): Update build_agent_response method to handle input and return response as a Message object
πŸ“ (CSVAgent.py): Update build_agent method to return Union[AgentExecutor, Agent] for flexibility and handle parsing errors

* [autofix.ci] apply automated fixes

* fix: remove Union from func return type

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: italojohnny <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants