We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2912a5 commit 1785025Copy full SHA for 1785025
samples/agentic-strands/app/agent.py
@@ -159,9 +159,9 @@ def chat():
159
return jsonify({"error": str(e), "response": str(e)}), 500
160
161
@app.get("/health")
162
-async def health_check():
+def health_check():
163
"""Health check endpoint"""
164
- return {"status": "healthy", "message": "AI Library Assistant is running"}
+ return "ok"
165
166
167
# Start Flask server when this script is run directly
0 commit comments