Skip to content

docs: document the Ask AI chat widget's bottom prompt trigger - #6769

Merged
adidavid014 merged 7 commits into
mainfrom
devin/1787928035-ask-ai-prompt-docs
Aug 28, 2026
Merged

docs: document the Ask AI chat widget's bottom prompt trigger#6769
adidavid014 merged 7 commits into
mainfrom
devin/1787928035-ask-ai-prompt-docs

Conversation

@devin-ai-integration

@devin-ai-integration devin-ai-integration Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Summary

Documents trigger="prompt", added to @fern-api/search-widget's AskAiChat in fern-platform#14238. Hold merge until @fern-api/search-widget@0.5.3 is published — the prop doesn't exist in 0.5.2, the current latest.

The prop's union widens, so every place that enumerated the modes had to be updated:

-<ParamField path="trigger" type="'floating' | 'inline' | 'none'" default="floating">
+<ParamField path="trigger" type="'floating' | 'prompt' | 'inline' | 'none'" default="floating">

plus the page description, the "Match the chat to your product" step, and AskAiChat.Prompt in the compound-component list.

The mode's behavior lives in the trigger ParamField rather than its own section, with the placement caveat also noted on placement. No changelog entry.

Vale is clean.

Link to Devin session: https://app.devin.ai/sessions/125e368fdff7447a9697b8e0dc265a7c
Open in Devin Desktop: https://app.devin.ai/desktop/session/125e368fdff7447a9697b8e0dc265a7c?variant=devin

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@github-actions

github-actions Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

devalog and others added 5 commits August 28, 2026 18:28
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@adidavid014
adidavid014 merged commit 0386267 into main Aug 28, 2026
4 checks passed
@adidavid014
adidavid014 deleted the devin/1787928035-ask-ai-prompt-docs branch August 28, 2026 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants