Why open api skills return a RestApiOperationResponse instead of raw content ? #1871
Closed
Romain V (Poltuu)
started this conversation in
General
Replies: 1 comment 2 replies
|
SergeyMenshykh any comments you would add here? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions