Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions hlx_statics/blocks/ai-assistant/ai-assistant_constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ export const INITIAL_SUGGESTED_QUESTIONS = [
{
label: "Firefly Services and how can I use them",
question: "Firefly Services and how can I use them",
},
{
id: "mcp-server-docs",
label: "Available MCP servers and where I can find them",
question: "Available MCP servers and where I can find them"
}
];
export const GENERIC_ERROR_MESSAGE =
Expand Down
Loading