forked from microsoft/chat-copilot
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added openAPI & ai-plug files, put frontend header back
- Loading branch information
Showing
5 changed files
with
56 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"schema_version": "v1", | ||
"name_for_model": "TSA Wait times", | ||
"name_for_human": "TSA Wait times", | ||
"description_for_model": "Plugin to fetch TSA wait times for NYNJ Port Authority. Pass a 3 letter airport code to recieve the wait times for that airport", | ||
"description_for_human": "Plugin to fetch TSA wait times for NYNJ Port Authority", | ||
"auth": { | ||
"type": "none" | ||
}, | ||
"api": { | ||
"type": "openapi", | ||
"url": "http://localhost:5088/swagger/v1/swagger.json" | ||
}, | ||
"logo_url": "http://localhost:5088/.well-known/tsalogo.png", | ||
"contact_email": "[email protected]", | ||
"legal_info_url": "http://www.example.com/legal" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters