AI Assistant
POST /api/ai_assistant/converse
POST operation for /api/ai_assistant/converse
post/api/ai_assistant/converse
Headers
X-EDH-USERstring required
EDH username for authentication
X-EDH-TOKENstring required
EDH authentication token
Request body
Example request
{
"prompt": "Why is my HPC job failing with mount errors?",
"max_tokens": 4096
}Response
AI assistant response generated successfully
Example response
{
"success": true
}