The base commit #3
Annotations
8 errors
|
lint
Process completed with exit code 2.
|
|
lint:
src/agent/tools/list.ts#L4
'path' is defined but never used
|
|
lint:
src/agent/tools/create.ts#L23
Unexpected any. Specify a different type
|
|
lint:
src/agent/main.ts#L2
'AssistantMessage' is defined but never used
|
|
lint:
src/agent/llm.ts#L11
Unexpected any. Specify a different type
|
|
typecheck
Process completed with exit code 2.
|
|
typecheck:
src/agent/main.ts#L18
Type 'ToolCallArray<Record<string, ToolDefinition>>' is not assignable to type 'AssistantToolCall[]'.
|
|
typecheck:
src/agent/llm.ts#L31
Type 'OpenAIChatLanguageModel' is not assignable to type 'LanguageModelV1'.
|