Skip to content

dynamic class

dynamic class #2

Triggered via push June 17, 2024 02:56
Status Failure
Total duration 29s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

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.