Replies: 1 comment 2 replies
-
@SergeyMenshykh any comments you would add here? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The result of an api call from openapi skill returns a
RestApiOperationResponse
. I was wondering why not return directly the HTTP content ?My main concerne is that the actual ouput is actually a JSON string, so if the content from the api call is also an JSON (very common case), it end up being escaped, which leads to very bloated output, and being more difficult to read in a following step of a planner for instance.
Beta Was this translation helpful? Give feedback.
All reactions