Skip to content

Commit

Permalink
build: ignore internal packages (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Sep 6, 2024
1 parent 5c1ca35 commit 4b776fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@
"baseBranch": "main",
"updateInternalDependencies": "minor",
"ignore": [
"assistant-ui",
"@assistant-ui/docs",
"@assistant-ui/shadcn-registry",
"@assistant-ui/tailwindcss-transformer",
"@assistant-ui/tsconfig",
"search-agent-for-e-commerce",
"with-inline-suggestions",
"with-react-hook-form",
"with-playground",
"with-openai-assistants",
"with-vercel-ai-rsc",
"with-external-store"
"with-external-store",
"with-langgraph"
]
}
5 changes: 1 addition & 4 deletions examples/with-langgraph/app/MyRuntimeProvider.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
"use client";

import { AssistantRuntimeProvider } from "@assistant-ui/react";
import {
useLangChainLangGraphRuntime,
LangChainMessage,
} from "@assistant-ui/react-langgraph";
import { useLangChainLangGraphRuntime } from "@assistant-ui/react-langgraph";
import { useRef } from "react";
import { createThread, sendMessage } from "@/lib/chatApi";

Expand Down

0 comments on commit 4b776fc

Please sign in to comment.