This topic was automatically generated from Slack. You can find the original thread here.
Hi! I’m just getting started learning about Pipedream Connect. Is there a way to programmatically get the return value of an action? For example, I want to know ahead of time what the structure of the response looks like for gitlab-list-commits (GitHub). It looks pretty clear how to get the props, but not the return. Thanks!
Yea, HubSpot specifically is one of the more complex / dynamic integrations actually. The input schema is basically fully dynamic based on the user’s account configuration in HubSpot, which makes defining the output schema tricky as well.
Makes sense. The use case we have in mind is being able to use an LLM to stitch together action calls, but it’s a bit difficult to do without having the output schemas. Do you have any suggestions that might support this better?
Yea makes sense, we’ve seen most customers have seen more success by running the action and processing the output, which has some pros and cons I think
Does Pipedream have a concept of which actions may have side effects so we could know which are “safe” to run without user confirmation to inspect the output? e.g. something like fetching a Hubspot account is probably safe to run
We’re evaluating a few different solutions right now and trying to figure out what our build out would look like for each one so it’s not too clear yet where the deal breakers are. Ideally we’d be able to take some user’s request and dynamically construct a series of third party integration calls with an LLM