Add ModelDefinitions to ModelConfigService (#22302)

This commit is contained in:
kevinjwang1
2026-03-14 14:45:21 -07:00
committed by GitHub
parent 8f2697c2e5
commit 0bf7ea60c5
19 changed files with 904 additions and 56 deletions
@@ -296,6 +296,7 @@ export class ToolExecutor {
call.request.callId,
output,
this.config.getActiveModel(),
this.config,
);
// Inject the cancellation error into the response object
@@ -352,6 +353,7 @@ export class ToolExecutor {
callId,
content,
this.config.getActiveModel(),
this.config,
);
const successResponse: ToolCallResponseInfo = {