mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 13:34:15 -07:00
Add ModelDefinitions to ModelConfigService (#22302)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user