diff --git a/src/providers/Stream.tsx b/src/providers/Stream.tsx index df45fb4..ab46843 100644 --- a/src/providers/Stream.tsx +++ b/src/providers/Stream.tsx @@ -110,7 +110,7 @@ export const StreamProvider: React.FC<{ children: ReactNode }> = ({ className="flex flex-col gap-6 p-6 bg-muted/50" >
This is the URL of your LangGraph deployment. Can be a local, or production deployment. @@ -124,7 +124,7 @@ export const StreamProvider: React.FC<{ children: ReactNode }> = ({
This is the ID of the graph (can be the graph name), or assistant to fetch threads from, and invoke when actions are @@ -141,7 +141,7 @@ export const StreamProvider: React.FC<{ children: ReactNode }> = ({
- This value is stored in your browser's local storage and is only + This is NOT required if This value is stored in your browser's local storage and is only used to authenticate requests sent to your LangGraph server.