Skip to content

Commit 5536580

Browse files
Samiya CaurDevtools-frontend LUCI CQ
authored andcommitted
Add new host configuration for AI code completion.
Fixed: 428925221 Change-Id: I51efef1f02dd0ce42ea83382a701e04d18c095f0 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6703874 Reviewed-by: Ergün Erdoğmuş <[email protected]> Commit-Queue: Ergün Erdoğmuş <[email protected]> Auto-Submit: Samiya Caur <[email protected]>
1 parent a83a531 commit 5536580

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

front_end/core/root/Runtime.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,13 @@ export interface HostConfigAiAssistanceFileAgent {
390390
userTier: string;
391391
}
392392

393+
export interface HostConfigAiCodeCompletion {
394+
modelId: string;
395+
temperature: number;
396+
enabled: boolean;
397+
userTier: string;
398+
}
399+
393400
export interface HostConfigVeLogging {
394401
enabled: boolean;
395402
testing: boolean;

0 commit comments

Comments
 (0)