Further cleanup

This commit is contained in:
Tat Dat Duong
2025-03-13 14:36:07 +01:00
parent 647833dcaa
commit ab38cc2cc0
@@ -77,7 +77,6 @@ CSS and Tailwind 4.x is also supported out of the box, so you can freely use Tai
Use the `typedUi` utility to emit UI elements from your agent nodes:
```typescript title="src/agent/index.ts"
import type ComponentMap from "./ui.js";
import {
typedUi,
uiMessageReducer,
@@ -87,6 +86,8 @@ import { ChatOpenAI } from "@langchain/openai";
import { v4 as uuidv4 } from "uuid";
import { z } from "zod";
import type ComponentMap from "./ui.js";
import {
Annotation,
MessagesAnnotation,