refactor(core): enhance ChatGPT preset and update related components #1305
Annotations
6 errors and 13 warnings
build
Property 'maxRetries' does not exist on type 'Config'.
|
build
Property 'timeout' does not exist on type 'Config'.
|
build
Property 'maxRetries' does not exist on type 'Config'.
|
build
Object literal may only specify known properties, and 'apiKey' does not exist in type 'ZhipuClientConfig'.
|
build
Property 'apiKey' does not exist on type 'ZhipuClientConfig'.
|
build
Process completed with exit code 2.
|
prepare
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
packages/core/src/llm-core/agent/agent.ts#L199
Class Property name `lc_namespace` must match one of the following formats: camelCase, UPPER_CASE, PascalCase
|
lint:
packages/core/src/llm-core/agent/agent.ts#L283
Class Property name `lc_namespace` must match one of the following formats: camelCase, UPPER_CASE, PascalCase
|
lint:
packages/core/src/llm-core/agent/executor.ts#L53
Class Property name `lc_namespace` must match one of the following formats: camelCase, UPPER_CASE, PascalCase
|
lint:
packages/core/src/llm-core/agent/executor.ts#L355
Class Method name `lc_name` must match one of the following formats: camelCase, UPPER_CASE, PascalCase
|
lint:
packages/core/src/llm-core/agent/executor.ts#L359
Classic Accessor name `lc_namespace` must match one of the following formats: camelCase, UPPER_CASE, PascalCase
|
lint:
packages/core/src/llm-core/chain/base.ts#L86
Classic Accessor name `lc_namespace` must match one of the following formats: camelCase, UPPER_CASE, PascalCase
|
lint:
packages/core/src/llm-core/chain/base.ts#L137
Variable name `callbackManager_` must match one of the following formats: camelCase, UPPER_CASE, PascalCase
|
lint:
packages/core/src/llm-core/memory/langchain/buffer_memory.ts#L33
This line has a length of 264. Maximum allowed is 160
|
lint:
packages/plugin-common/src/plugins/openapi.ts#L66
Class Method name `lc_name` must match one of the following formats: camelCase, UPPER_CASE, PascalCase
|
lint:
packages/search-service/src/providers/wikipedia.ts#L251
This line has a length of 214. Maximum allowed is 160
|