-
Hi all, I'm trying to create the tool based on the Open API specification. First of all, it does not work. Independent on this I have many equations. Cannot Create the ToolWhen trying to create the tool, the following error occurs: I have no idea what this error means. I'm using the following spec.
What is the Concept behind Open API ?When working with REST Service we typically have many REST Service Operations and get the Open API specification that includes all of them. When embedding the Open API spec into the Foundry it is not clear what should we append here?
If 1), then I see it very difficult to make the scheme of the single operation (function) from the Open API scheme that contains all operations of the given REST service. My issue above is related to both cases. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
hi @ddobric could you please remove both OAuth2 and Bearer in |
Beta Was this translation helpful? Give feedback.
hi @ddobric could you please remove both OAuth2 and Bearer in
security definitions
andsecurity
?