docs: replace ChatGPT references with generic AI chatbot terminology#14214
docs: replace ChatGPT references with generic AI chatbot terminology#14214
Conversation
Co-authored-by: eaftan <4733401+eaftan@users.noreply.github.com>
eaftan
left a comment
There was a problem hiding this comment.
This was feedback from @caffrey-l
There was a problem hiding this comment.
Pull request overview
Updates documentation to use vendor-neutral terminology when describing how to author agentic workflows with conversational AI tools.
Changes:
- Replaced “ChatGPT” references with “AI chatbot” in section headings and body text.
- Simplified phrasing around supported chat tools (e.g., “any conversational AI application”).
- Updated step instructions to remove vendor-specific chat UI mentions.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/src/content/docs/setup/creating-workflows.mdx | Renames the “ChatGPT” section and adjusts instructions to be vendor-neutral. |
| docs/src/content/docs/reference/custom-agent-for-aw.mdx | Mirrors the same vendor-neutral terminology updates in the reference doc. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## Creating Agentic Workflows with an AI Chatbot | ||
|
|
||
| If you prefer to use ChatGPT to author agentic workflow, you can use the [agentic-chat instructions](https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md) with ChatGPT or other conversational AI applications to create clear, actionable task descriptions. Use the button below to copy the full instructions: <CopyEntireFileButton filePath="https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md" label="Copy agentic-chat instructions" />. | ||
| If you prefer to use an AI chatbot to author agentic workflow, you can use the [agentic-chat instructions](https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md) with any conversational AI application to create clear, actionable task descriptions. Use the button below to copy the full instructions: <CopyEntireFileButton filePath="https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md" label="Copy agentic-chat instructions" />. |
There was a problem hiding this comment.
Grammar: "to author agentic workflow" reads awkwardly; consider "to author agentic workflows" (to match the heading) or "to author an agentic workflow".
| If you prefer to use an AI chatbot to author agentic workflow, you can use the [agentic-chat instructions](https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md) with any conversational AI application to create clear, actionable task descriptions. Use the button below to copy the full instructions: <CopyEntireFileButton filePath="https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md" label="Copy agentic-chat instructions" />. | |
| If you prefer to use an AI chatbot to author agentic workflows, you can use the [agentic-chat instructions](https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md) with any conversational AI application to create clear, actionable task descriptions. Use the button below to copy the full instructions: <CopyEntireFileButton filePath="https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md" label="Copy agentic-chat instructions" />. |
| ## Creating Agentic Workflows with an AI Chatbot | ||
|
|
||
| If you prefer to use ChatGPT to author agentic workflow, you can use the [agentic-chat instructions](https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md) with ChatGPT or other conversational AI applications to create clear, actionable task descriptions. Use the button below to copy the full instructions: <CopyEntireFileButton filePath="https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md" label="Copy agentic-chat instructions" />. | ||
| If you prefer to use an AI chatbot to author agentic workflow, you can use the [agentic-chat instructions](https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md) with any conversational AI application to create clear, actionable task descriptions. Use the button below to copy the full instructions: <CopyEntireFileButton filePath="https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md" label="Copy agentic-chat instructions" />. |
There was a problem hiding this comment.
Grammar: "to author agentic workflow" reads awkwardly; consider "to author agentic workflows" (to match the heading) or "to author an agentic workflow".
| If you prefer to use an AI chatbot to author agentic workflow, you can use the [agentic-chat instructions](https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md) with any conversational AI application to create clear, actionable task descriptions. Use the button below to copy the full instructions: <CopyEntireFileButton filePath="https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md" label="Copy agentic-chat instructions" />. | |
| If you prefer to use an AI chatbot to author agentic workflows, you can use the [agentic-chat instructions](https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md) with any conversational AI application to create clear, actionable task descriptions. Use the button below to copy the full instructions: <CopyEntireFileButton filePath="https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md" label="Copy agentic-chat instructions" />. |
Two
.mdxfiles referenced ChatGPT by name when describing how to author agentic workflows with a conversational AI. Updated to use vendor-neutral "AI chatbot" terminology.docs/src/content/docs/setup/creating-workflows.mdxanddocs/src/content/docs/reference/custom-agent-for-aw.mdx: Replaced section heading, body text, and step instructions —"ChatGPT"→"AI chatbot", simplified"ChatGPT or other conversational AI applications"→"any conversational AI application".✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.