feat(core): make randomReplyFrequency configurable and dynamic #1659
Annotations
10 warnings
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/agent/react/index.ts#L97
Object Literal Method name `agent_scratchpad` must match one of the following formats: camelCase, UPPER_CASE, PascalCase
|
lint:
packages/core/src/llm-core/agent/react/output_parser.ts#L47
Class Property name `lc_namespace` must match one of the following formats: camelCase, UPPER_CASE, PascalCase
|
lint:
packages/core/src/llm-core/agent/react/prompt.ts#L16
This line has a length of 212. Maximum allowed is 160
|
lint:
packages/core/src/llm-core/agent/react/prompt.ts#L79
This line has a length of 193. Maximum allowed is 160
|
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
|