feat: adding responseFormat to llm.exec #8447
test.yml
on: pull_request
typecheck
3m 44s
Test using packages with npm
3m 42s
Size Limit
3m 56s
typecheck-examples
4m 34s
Matrix: e2e-llamaindex-examples
Matrix: e2e
Matrix: test
Annotations
23 errors
Test on Node.js 20.x
Process completed with exit code 1.
|
Test on Node.js 20.x
@llamaindex/workflow#test: command (/home/runner/work/LlamaIndexTS/LlamaIndexTS/packages/workflow) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
|
Test on Node.js 23.x
Process completed with exit code 1.
|
Test on Node.js 23.x
@llamaindex/workflow#test: command (/home/runner/work/LlamaIndexTS/LlamaIndexTS/packages/workflow) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
|
Test on Node.js 22.x
Process completed with exit code 1.
|
Test on Node.js 22.x
@llamaindex/workflow#test: command (/home/runner/work/LlamaIndexTS/LlamaIndexTS/packages/workflow) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
|
typecheck
Process completed with exit code 2.
|
typecheck:
examples/agents/natural/joke.ts#L67
Type '{ debugLabel?: "finalResultEvent" | undefined; readonly uniqueId: string; with(data: { joke: string; critique: string; }): WorkflowEventData<{ joke: string; critique: string; }, "finalResultEvent">; include(event: unknown): event is WorkflowEventData<...>; } & { ...; } & { ...; }' is not assignable to type 'ZodEvent'.
|
typecheck:
examples/agents/natural/joke.ts#L67
Type '{ debugLabel?: "writeJokeEvent" | undefined; readonly uniqueId: string; with(data: { description: string; writtenJoke?: string | undefined; retriedTimes?: number | undefined; }): WorkflowEventData<...>; include(event: unknown): event is WorkflowEventData<...>; } & { ...; } & { ...; }' is not assignable to type 'ZodEvent'.
|
typecheck:
examples/agents/natural/joke.ts#L53
Type '{ debugLabel?: "critiqueEvent" | undefined; readonly uniqueId: string; with(data: { retriedTimes: number; joke: string; }): WorkflowEventData<{ retriedTimes: number; joke: string; }, "critiqueEvent">; include(event: unknown): event is WorkflowEventData<...>; } & { ...; } & { ...; }' is not assignable to type 'ZodEvent'.
|
typecheck:
examples/agents/natural/doc-workflow.ts#L102
Type '{ debugLabel?: "uiEvent" | undefined; readonly uniqueId: string; with(data: { type: "ui_event"; data: { state: "plan" | "generate" | "completed"; requirement?: string | undefined; }; }): WorkflowEventData<...>; include(event: unknown): event is WorkflowEventData<...>; } & { ...; } & { ...; }' is not assignable to type 'ZodEvent'.
|
typecheck:
examples/agents/natural/doc-workflow.ts#L101
Type '{ debugLabel?: "outputArtifactEvent" | undefined; readonly uniqueId: string; with(data: { type: "artifact"; data: { type: "document"; data: { type: "markdown" | "html"; title: string; content: string; }; }; }): WorkflowEventData<...>; include(event: unknown): event is WorkflowEventData<...>; } & { ...; } & { ...; }' is not assignable to type 'ZodEvent'.
|
typecheck:
examples/agents/natural/doc-workflow.ts#L83
Type '{ debugLabel?: "uiEvent" | undefined; readonly uniqueId: string; with(data: { type: "ui_event"; data: { state: "plan" | "generate" | "completed"; requirement?: string | undefined; }; }): WorkflowEventData<...>; include(event: unknown): event is WorkflowEventData<...>; } & { ...; } & { ...; }' is not assignable to type 'ZodEvent'.
|
typecheck:
examples/agents/natural/doc-workflow.ts#L82
Type '{ debugLabel?: "generateArtifactEvent" | undefined; readonly uniqueId: string; with(data: { type: "markdown"; title: string; requirement: string; }): WorkflowEventData<{ type: "markdown"; title: string; requirement: string; }, "generateArtifactEvent">; include(event: unknown): event is WorkflowEventData<...>; } & { ...' is not assignable to type 'ZodEvent'.
|
typecheck:
packages/core/src/tools/function-tool.ts#L146
Property 'errors' does not exist on type 'ZodError<T>'.
|
typecheck-examples
Process completed with exit code 2.
|
typecheck-examples
Type '{ debugLabel?: "finalResultEvent" | undefined; readonly uniqueId: string; with(data: { joke: string; critique: string; }): WorkflowEventData<{ joke: string; critique: string; }, "finalResultEvent">; include(event: unknown): event is WorkflowEventData<...>; onInit(callback: Callback): Cleanup; } & { ...; } & { ...; }' is not assignable to type 'ZodEvent'.
|
typecheck-examples
Type '{ debugLabel?: "writeJokeEvent" | undefined; readonly uniqueId: string; with(data: { description: string; writtenJoke?: string | undefined; retriedTimes?: number | undefined; }): WorkflowEventData<...>; include(event: unknown): event is WorkflowEventData<...>; onInit(callback: Callback): Cleanup; } & { ...; } & { .....' is not assignable to type 'ZodEvent'.
|
typecheck-examples
Type '{ debugLabel?: "critiqueEvent" | undefined; readonly uniqueId: string; with(data: { retriedTimes: number; joke: string; }): WorkflowEventData<{ retriedTimes: number; joke: string; }, "critiqueEvent">; include(event: unknown): event is WorkflowEventData<...>; onInit(callback: Callback): Cleanup; } & { ...; } & { ...; }' is not assignable to type 'ZodEvent'.
|
typecheck-examples
Type '{ debugLabel?: "uiEvent" | undefined; readonly uniqueId: string; with(data: { type: "ui_event"; data: { state: "plan" | "generate" | "completed"; requirement?: string | undefined; }; }): WorkflowEventData<...>; include(event: unknown): event is WorkflowEventData<...>; onInit(callback: Callback): Cleanup; } & { ...; ...' is not assignable to type 'ZodEvent'.
|
typecheck-examples
Type '{ debugLabel?: "outputArtifactEvent" | undefined; readonly uniqueId: string; with(data: { type: "artifact"; data: { type: "document"; data: { type: "markdown" | "html"; title: string; content: string; }; }; }): WorkflowEventData<...>; include(event: unknown): event is WorkflowEventData<...>; onInit(callback: Callbac...' is not assignable to type 'ZodEvent'.
|
typecheck-examples
Type '{ debugLabel?: "uiEvent" | undefined; readonly uniqueId: string; with(data: { type: "ui_event"; data: { state: "plan" | "generate" | "completed"; requirement?: string | undefined; }; }): WorkflowEventData<...>; include(event: unknown): event is WorkflowEventData<...>; onInit(callback: Callback): Cleanup; } & { ...; ...' is not assignable to type 'ZodEvent'.
|
typecheck-examples
Type '{ debugLabel?: "generateArtifactEvent" | undefined; readonly uniqueId: string; with(data: { type: "markdown"; title: string; requirement: string; }): WorkflowEventData<{ type: "markdown"; title: string; requirement: string; }, "generateArtifactEvent">; include(event: unknown): event is WorkflowEventData<...>; onInit...' is not assignable to type 'ZodEvent'.
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
build-dist
|
1.51 MB |
sha256:23d49d32afa69027dcb9f997c1defe757a2baa8c807375d3223a286c4c416d11
|
|