docs(using-clay-in-chatgpt): add pagination step, update example prompts, expand FAQ answers#1530
Open
george-dilthey wants to merge 2 commits into
Open
docs(using-clay-in-chatgpt): add pagination step, update example prompts, expand FAQ answers#1530george-dilthey wants to merge 2 commits into
george-dilthey wants to merge 2 commits into
Conversation
…pts, expand FAQ answers
Contributor
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.
What changed
Added a new step 5 to the "Getting started" section documenting that results are returned in groups of 20 with a "Load more" button for additional pages; renumbered the former step 5 ("Open in Clay") to step 6. Updated the third example prompt in "Find and enrich people" from a people-search example to a company-search example (
@Clay Find healthcare technology companies in the US...), with an explicit beta note: "Company search is currently rolling out — contact support to enable if it's not yet available in your workspace." Updated the "Do I need a paid ChatGPT plan?" FAQ answer from a single sentence to a fuller explanation. Updated best practices to use backtick formatting forrippling.comand removed the "Limit your search to one company at a time" bullet. All changes are indocs/using-clay-in-chatgpt.md.Why
Triggered by a Webflow
collection_item_publishedwebhook for https://university.clay.com/docs/using-clay-in-chatgpt. Upstream Webflow page changed; the following substantive deltas were identified and applied surgically, preserving local enrichments (the Audiences FAQ, the enriched company-search FAQ, the email-context note in draft outbound, and the detailed credit FAQ answers).Local enrichments NOT overwritten:
Source link(s)
/workspace/clay-base/apps/api/v3/mcp/constants.ts:260(MAX_CONTACTS_COUNT = 20),/workspace/clay-base/apps/mcp-frontend/components/widgets/SearchResultsPager.tsx:63(Load morebutton label). Upstream said "up to 100 results total" which was WRONG (code cap is 10,000); corrected to omit the cap./workspace/clay-base/apps/api/v3/mcp/constants.ts:38(SearchCompaniestool registered) andlibs/api-contract/src/chatgpt-app/interfaces.ts:55–68(company filters schema). Behind Eppo flagEnableDecoupledMcpToolsChatgpt(default off for ChatGPT); GA targeted July 21 per Slack. Beta framing added inline in the doc./workspace/clay-base/apps/api/v3/mcp/); the expanded upstream answer was applied.Uncertainties
EnableDecoupledMcpToolsChatgpt, default off for ChatGPT) with GA targeted for July 21. A beta note has been added to the doc: "Company search is currently rolling out — contact support to enable if it's not yet available in your workspace." The local "Can I search for companies?" FAQ answer already confirms company search works (from a prior enrichment) without beta framing — a reviewer may want to align that FAQ answer's framing with this new note once GA ships.Related observations
Closes DOC-1111