Skip to content

Commit 0882cc4

Browse files
authored
Moving examples to a folder that doesn't conflict with Astro (#190)
1 parent f315984 commit 0882cc4

17 files changed

+15
-16
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/src/state.ts renamed to docs/examples/state.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import { createWorkflow } from "@llamaindex/workflow-core";
1+
import { createWorkflow, workflowEvent } from "@llamaindex/workflow-core";
22
import { createStatefulMiddleware } from "@llamaindex/workflow-core/middleware/state";
3-
import { workflowEvent } from "@llamaindex/workflow-core";
43

54
type MyWorkflowState = {
65
previous_message: string;
File renamed without changes.

docs/src/tracing_plugin.ts renamed to docs/examples/tracing_plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createWorkflow, workflowEvent } from "@llamaindex/workflow-core";
22
import {
3-
withTraceEvents,
43
createHandlerDecorator,
4+
withTraceEvents,
55
} from "@llamaindex/workflow-core/middleware/trace-events";
66

77
const startEvent = workflowEvent();
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)