Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf33f393

Browse files
committed
reworded docs
1 parentba22be6 commitf33f393

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

‎site/src/pages/DeploymentSettingsPage/LicensesSettingsPage/ManagedAgentsConsumption.tsx‎

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ import {
99
}from"components/Collapsible/Collapsible";
1010
import{Stack}from"components/Stack/Stack";
1111
importdayjsfrom"dayjs";
12-
import{ChevronRightIcon}from"lucide-react";
12+
import{ChevronRightIcon,Link}from"lucide-react";
1313
importtype{FC}from"react";
14+
import{docs}from"utils/docs";
1415

1516
interfaceManagedAgentsConsumptionProps{
1617
managedAgentFeature?:Feature;
@@ -100,7 +101,7 @@ export const ManagedAgentsConsumption: FC<ManagedAgentsConsumptionProps> = ({
100101
<Collapsible>
101102
<headerclassName="flex flex-col gap-2 items-start">
102103
<h3className="text-md m-0 font-medium">
103-
Managedagents consumption
104+
ManagedAI Agents Usage
104105
</h3>
105106

106107
<CollapsibleTriggerasChild>
@@ -112,7 +113,7 @@ export const ManagedAgentsConsumption: FC<ManagedAgentsConsumptionProps> = ({
112113
`}
113114
>
114115
<ChevronRightIcon/>
115-
How we calculate managed agents consumption
116+
Learn more
116117
</Button>
117118
</CollapsibleTrigger>
118119
</header>
@@ -125,8 +126,13 @@ export const ManagedAgentsConsumption: FC<ManagedAgentsConsumptionProps> = ({
125126
`}
126127
>
127128
<p>
128-
Managed agents are counted based on the amount of successfully
129-
started workspaces with an AI agent.
129+
<MuiLink
130+
href={docs("/ai-coder/tasks")}
131+
target="_blank"
132+
rel="noreferrer">
133+
Coder Tasks
134+
</MuiLink>{" "} and upcoming managed AI features are included in Coder Premium
135+
licenses during beta. Usage limits and pricing subject to change.
130136
</p>
131137
<ul>
132138
<liclassName="flex items-center gap-2">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp