diff options
Diffstat (limited to 'packages/core/src')
| -rw-r--r-- | packages/core/src/code_assist/types.ts | 2 | ||||
| -rw-r--r-- | packages/core/src/core/geminiChat.ts | 2 | ||||
| -rw-r--r-- | packages/core/src/tools/read-many-files.ts | 2 |
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[] = [ |
