You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update compare defaults and disable local tools
* Scope tool removal to compare mode
* Use explicit tool selection for compare
* Align tool access across chat surfaces
* Adjust comparison starter prompts
* Trim OSS and Cloud comparison features
constmarkdownSystemPrompt=`You are a helpful assistant. Respond using clear, well-structured GitHub-Flavored Markdown.
13
13
14
-
Use headings, lists, tables, links, block quotes, and fenced code blocks when they make the response easier to understand. Use the available tools when they are relevant, and incorporate their results into the answer.
14
+
Use headings, lists, tables, links, block quotes, and fenced code blocks when they make the response easier to understand.
15
15
16
16
Return only Markdown content. Do not emit OpenUI Lang, component syntax, JSON UI descriptions, or instructions for a renderer.`;
"Visualize following SaaS metrics: MRR $1.28M, growth 8.4%, NRR 112%, churn 2.1%, CAC $740, and pipeline $3.6M. Highlight trends, risks, and the three actions leadership should take.",
42
-
icon: LayoutDashboard,
43
-
color: "#b54708",
44
-
},
45
38
{
46
39
label: "Create an editable launch plan",
47
40
prompt:
@@ -148,7 +141,9 @@ export function ComparisonControls({
148
141
<divclassName={styles.suggestionScroller}aria-label="Try a comparison prompt">
0 commit comments