We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, inputs and outputs both are a list[Any]. We recently updated the typespec for all steps to optionally include a label?: string.
list[Any]
label?: string
Goal is to enable lookup for labels in inputs and outputs so for example:
main: - evaluate: a: 1 b: 2 label: example - tool: print arguments: hello: outputs[“example”].a there: outputs[0].b
No response
None
The text was updated successfully, but these errors were encountered:
Ahmad-mtos
No branches or pull requests
🔖 Feature description
Right now, inputs and outputs both are a
list[Any]
. We recently updated the typespec for all steps to optionally include alabel?: string
.Goal is to enable lookup for labels in inputs and outputs so for example:
🎤 Why is this feature needed ?
No response
✌️ How do you aim to achieve this?
No response
🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: