mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-13 23:51:16 -07:00
style: move AfterModel hooks comment in GeminiChat
This commit is contained in:
@@ -581,10 +581,11 @@ export class GeminiChat {
|
||||
}
|
||||
}
|
||||
|
||||
// Track final request parameters for AfterModel hooks
|
||||
if (this.onModelChanged) {
|
||||
this.tools = await this.onModelChanged(modelToUse);
|
||||
}
|
||||
|
||||
// Track final request parameters for AfterModel hooks
|
||||
lastModelToUse = modelToUse;
|
||||
lastConfig = config;
|
||||
lastContentsToUse = contentsToUse;
|
||||
|
||||
Reference in New Issue
Block a user