dynamic class #2
Annotations
8 errors
build (20.x):
src/views/Home.vue#L30
Property 'BasicSumAgent' does not exist on type '{}'.
|
build (20.x):
src/views/Home.vue#L31
Property 'StringInputNode' does not exist on type '{}'.
|
build (20.x):
src/views/Home.vue#L34
Property 'OpenAIAgentNode' does not exist on type '{}'.
|
build (20.x):
src/views/Home.vue#L36
Property 'StringTemplateAgentNode' does not exist on type '{}'.
|
build (20.x):
src/views/nodes.ts#L34
Conversion of type 'typeof DynamicSubclass' to type 'new (...args: any[]) => { className: string; } & LGraphNode' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
build (20.x):
src/views/nodes.ts#L74
Argument of type '(agent: AgentData) => void' is not assignable to parameter of type '(value: { cname: string; name: string; inputs: string[][]; outputs: string[][]; } | { cname: string; name: string; outputs: string[][]; inputs?: undefined; }, index: number, array: ({ cname: string; name: string; inputs: string[][]; outputs: string[][]; } | { ...; })[]) => void'.
|
build (20.x):
src/views/nodes.ts#L75
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.
|
build (20.x)
Process completed with exit code 2.
|