Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ async def root():
|
|
70 |
"""
|
71 |
Root endpoint that returns basic API information.
|
72 |
"""
|
73 |
-
return {"message": "LangGraph Agent API is running", "endpoints": ["/run
|
74 |
|
75 |
if __name__ == "__main__":
|
76 |
import uvicorn
|
|
|
70 |
"""
|
71 |
Root endpoint that returns basic API information.
|
72 |
"""
|
73 |
+
return {"message": "LangGraph Agent API is running", "endpoints": ["Navigate to https://jstoppa-langgraph-basic-example-api.hf.space/docs#/default/run_agent_run_agent_post to run the example"]}
|
74 |
|
75 |
if __name__ == "__main__":
|
76 |
import uvicorn
|