-
Notifications
You must be signed in to change notification settings - Fork 0
Release/2.0.0 #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
itsakhilyou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good stuff!
| @@ -0,0 +1,13 @@ | |||
| # Type | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i wonder if this type should be more specifically named. not important though
| openapi: 3.1.0 | ||
| info: | ||
| title: You.com API | ||
| description: | | ||
| Comprehensive API for You.com services: | ||
| - **Agents API**: Execute queries using Express, Advanced, and Custom AI agents | ||
| - **Search API**: Get search results from web and news sources | ||
| - **Contents API**: Retrieve and process web page content | ||
| version: 1.0.0 | ||
| paths: {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what does this file do?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
going to remove in subsequent PR to point to hosted files
| @@ -0,0 +1,138 @@ | |||
| openapi: 3.1.0 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aren't we sourcing openapi specs from a remote source now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
going to remove in subsequent PR to point to hosted files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there value in having USAGE and README?
| "https://ydc-index.io", | ||
| # Production - Search API | ||
| "https://api.you.com", | ||
| # Production - Agents API |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be going away?
Version 2.0.0 of the Python SDK
Note: Hold merge in order to synchronize release with docs change once available