summaryrefslogtreecommitdiff
path: root/packages/core/src
diff options
context:
space:
mode:
authorNoritaka Kobayashi <[email protected]>2025-06-26 13:34:53 +0900
committerGitHub <[email protected]>2025-06-26 04:34:53 +0000
commitdbe217828d71794e85e7b03592639be0b81463cb (patch)
tree257be9fe797e8ab2faaf4d8bf91faa05caaad503 /packages/core/src
parentb8ae12a109b2d85b925502f5afea02c624e418d6 (diff)
chore: fix typos in comment-out (#1540)
Co-authored-by: Scott Densmore <[email protected]>
Diffstat (limited to 'packages/core/src')
-rw-r--r--packages/core/src/code_assist/types.ts2
-rw-r--r--packages/core/src/core/geminiChat.ts2
-rw-r--r--packages/core/src/tools/read-many-files.ts2
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/core/src/code_assist/types.ts b/packages/core/src/code_assist/types.ts
index 0bcc2b79..67257a50 100644
--- a/packages/core/src/code_assist/types.ts
+++ b/packages/core/src/code_assist/types.ts
@@ -150,7 +150,7 @@ export interface OnboardUserResponse {
/**
* Status code of user license status
- * it does not stricly correspond to the proto
+ * it does not strictly correspond to the proto
* Error value is an additional value assigned to error responses from OnboardUser
*/
export enum OnboardUserStatusCode {
diff --git a/packages/core/src/core/geminiChat.ts b/packages/core/src/core/geminiChat.ts
index 7a3f088e..19b87805 100644
--- a/packages/core/src/core/geminiChat.ts
+++ b/packages/core/src/core/geminiChat.ts
@@ -87,7 +87,7 @@ function validateHistory(history: Content[]) {
* Extracts the curated (valid) history from a comprehensive history.
*
* @remarks
- * The model may sometimes generate invalid or empty contents(e.g., due to safty
+ * The model may sometimes generate invalid or empty contents(e.g., due to safety
* filters or recitation). Extracting valid turns from the history
* ensures that subsequent requests could be accepted by the model.
*/
diff --git a/packages/core/src/tools/read-many-files.ts b/packages/core/src/tools/read-many-files.ts
index 62430c10..4f8cb8fa 100644
--- a/packages/core/src/tools/read-many-files.ts
+++ b/packages/core/src/tools/read-many-files.ts
@@ -70,7 +70,7 @@ export interface ReadManyFilesParams {
/**
* Default exclusion patterns for commonly ignored directories and binary file types.
* These are compatible with glob ignore patterns.
- * TODO(adh): Consider making this configurable or extendable through a command line arguement.
+ * TODO(adh): Consider making this configurable or extendable through a command line argument.
* TODO(adh): Look into sharing this list with the glob tool.
*/
const DEFAULT_EXCLUDES: string[] = [