The base commit #6
Annotations
17 errors
|
typecheck:
src/agent/tools/common.ts#L14
Type '"arguments"' cannot be used to index type 'T'.
|
|
typecheck:
src/agent/tools/common.ts#L12
Type parameter 'T' has a circular constraint.
|
|
typecheck:
src/agent/llm.ts#L31
Type 'OpenAIChatLanguageModel' is not assignable to type 'LanguageModelV1'.
|
|
typecheck:
src/agent/llm.ts#L29
Argument of type '{ apiKey: string | undefined; }' is not assignable to parameter of type 'AnthropicMessagesModelId'.
|
|
typecheck:
src/agent/llm.ts#L29
This expression is not callable.
|
|
typecheck:
src/agent/llm.ts#L27
Argument of type '{ apiKey: string | undefined; }' is not assignable to parameter of type 'GoogleGenerativeAIModelId'.
|
|
typecheck:
src/agent/llm.ts#L27
This expression is not callable.
|
|
typecheck:
src/agent/llm.ts#L25
Type 'OpenAIChatLanguageModel' is not assignable to type 'LanguageModelV1'.
|
|
typecheck:
src/agent/history.ts#L10
Type alias 'ToolCall' circularly references itself.
|
|
typecheck:
src/agent/history.ts#L9
'toolCallSchema' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
|
lint
Process completed with exit code 2.
|
|
lint:
src/agent/tools/index.ts#L14
Unexpected any. Specify a different type
|
|
lint:
src/agent/tools/definitions/mcp.ts#L11
Unexpected any. Specify a different type
|
|
lint:
src/agent/tools/definitions/edit.ts#L3
'fs' is defined but never used
|
|
lint:
src/agent/state.ts#L3
'AssistantToolCall' is defined but never used
|
|
lint:
src/agent/llm.ts#L14
Unexpected any. Specify a different type
|
|
lint:
src/agent/llm.ts#L7
'z' is defined but never used
|