From f95d72eb953bbb7b4d878ca02fc5298172b6fdec Mon Sep 17 00:00:00 2001 From: Grant Linville Date: Fri, 5 Apr 2024 10:14:56 -0400 Subject: [PATCH] docs: remove note from openapi Signed-off-by: Grant Linville --- docs/docs/03-tools/03-openapi.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/docs/03-tools/03-openapi.md b/docs/docs/03-tools/03-openapi.md index 54498d0f..2099d781 100644 --- a/docs/docs/03-tools/03-openapi.md +++ b/docs/docs/03-tools/03-openapi.md @@ -1,9 +1,5 @@ # OpenAPI Tools -:::note -This is a new feature and might be buggy. -::: - GPTScript can treat OpenAPI v3 definition files as though they were tool files. Each operation (a path and HTTP method) in the file will become a simple tool that makes an HTTP request. GPTScript will automatically and internally generate the necessary code to make the request and parse the response.