Skip to content

Commit c08e98b

Browse files
committed
chore: set fastapi in env when running fastapi dojo examples
1 parent 11d5f2f commit c08e98b

File tree

1 file changed

+1
-1
lines changed
  • typescript-sdk/integrations/langgraph/examples/python/agents

1 file changed

+1
-1
lines changed

typescript-sdk/integrations/langgraph/examples/python/agents/dojo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from dotenv import load_dotenv
66
load_dotenv()
77

8-
os.environ["IS_FASTAPI"] = "true"
8+
os.environ["LANGGRAPH_FAST_API"] = "true"
99

1010
from ag_ui_langgraph import LangGraphAgent, add_langgraph_fastapi_endpoint
1111
from .human_in_the_loop.agent import graph as human_in_the_loop_graph

0 commit comments

Comments
 (0)