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

[BUG] Node parsing of User Inputs does not handle Booleans #320

Closed
dbwiddis opened this issue Dec 26, 2023 · 0 comments · Fixed by #321
Closed

[BUG] Node parsing of User Inputs does not handle Booleans #320

dbwiddis opened this issue Dec 26, 2023 · 0 comments · Fixed by #321
Assignees
Labels
bug Something isn't working

Comments

@dbwiddis
Copy link
Member

What is the bug?

Workflow Node parsing of User Inputs does not handle boolean input.

How can one reproduce the bug?

Register a Tool which includes the "include_output_in_agent_response" Boolean field in an MLToolSpec object

What is the expected behavior?

Tool properly parses that boolean value.

Do you have any additional context?

WorkflowNode code needs to handle booleans here and here

@dbwiddis dbwiddis added bug Something isn't working untriaged labels Dec 26, 2023
@dbwiddis dbwiddis self-assigned this Dec 26, 2023
@dbwiddis dbwiddis added backport 2.x backport PRs to 2.x branch and removed untriaged backport 2.x backport PRs to 2.x branch labels Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant