-
Notifications
You must be signed in to change notification settings - Fork 253
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
Resolve Ambiguous Types in Configuration Automatically #1870
Comments
/bounty 150$ |
💎 $150 bounty • Tailcall Inc.Steps to solve:
🙏 Thank you for contributing to tailcallhq/tailcall!
|
/attempt
|
Thanks @maks-ivanov sorry had to delete your AI Generated comment. It was causing more confusion and wasn't correct. Request you to not comment with AI-generated content in the future. |
💡 @ssddOnTop submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
🎉🎈 @ssddOnTop has been awarded $150! 🎈🎊 |
Issue Description:
Presently, when the same type is used in both the input and output sections of the configuration in our
definitions.rs
filetailcall/src/blueprint/definitions.rs
Line 536 in dd2114d
(ref: line 536), the Tailcall CLI throws an error.
To enhance the user experience we can infer this from the config, we can leverage the existing
resolve_ambiguous_types
function in theConfigModule
to automatically resolve this issue.Requirements:
resolve_ambiguous_types
function.execution_spec
should be added.The text was updated successfully, but these errors were encountered: