With the current VS Code tool API, it is not guaranteed that the all the values from one return type are passed as parameters to the input of another tool. We should account for this with a compile time check by marking all the return types as optional.
With the current VS Code tool API, it is not guaranteed that the all the values from one return type are passed as parameters to the input of another tool. We should account for this with a compile time check by marking all the return types as optional.