mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
chore: fix typos in comment-out (#1540)
Co-authored-by: Scott Densmore <scottdensmore@mac.com>
This commit is contained in:
committed by
GitHub
parent
b8ae12a109
commit
dbe217828d
@@ -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 {
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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[] = [
|
||||
|
||||
Reference in New Issue
Block a user