Merged
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
| Multi-step reasoning with comprehensive research capabilities | ||
| Comprehensive API for You.com services: | ||
| - **Agents API**: Execute queries using Express, Advanced, and Custom AI agents | ||
| - **Research API**: In-depth, multi-step research with citations and sources |
There was a problem hiding this comment.
This line is inside the `` Speakeasy-generated block and will be overwritten on the next SDK regeneration (e.g., next time the generate-sdk workflow runs against the upstream specs).
The persistent fix is to update the info.description in one of the upstream OpenAPI source specs (listed in .speakeasy/workflow.yaml) — likely openapi_base.yaml — to include the Research API bullet, or to add an overlay action in overlays/python_overlay.yaml:
- target: $["info"]["description"]
update: "Unified API for Express, Advanced, and Custom Agents from You.com\nGet the best search results from web and news sources\nReturns the HTML or Markdown of a target webpage\nMulti-step reasoning with comprehensive research capabilities\nComprehensive API for You.com services:\n- **Agents API**: Execute queries using Express, Advanced, and Custom AI agents\n- **Research API**: In-depth, multi-step research with citations and sources\n- **Search API**: Get search results from web and news sources\n- **Contents API**: Retrieve and process web page content"That way .speakeasy/out.openapi.yaml carries the bullet forward, and every future regen preserves it.
The PR description already calls this out — worth tracking it as a follow-up issue if you're intentionally deferring.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Note: this section is speakeasy-generated and will be overwritten on the next regen. The OpenAPI spec description should be updated to include Research API so it persists.