AI Assistant

POST /api/ai_assistant/converse/stream

POST operation for /api/ai_assistant/converse/stream

post/api/ai_assistant/converse/stream

Headers

X-EDH-USERstring required

EDH username for authentication

X-EDH-TOKENstring required

EDH authentication token

Request body

promptstring required
system_promptstring nullable
max_tokensinteger nullable
temperaturenumber nullable
top_pnumber nullable
inference_profile_arnstring nullable

Custom Bedrock inference profile ARN

model_idstring nullable

Bedrock model ID to use for inference

agent_runtime_idstring nullable

Bedrock Agent runtime ID for agent-mode invocation

session_idstring nullable

Session ID for agent-mode conversation continuity

conversation_idstring nullable

Conversation identifier used to derive the agent session ID when session_id is not provided

mcp_server_namesstring[] nullable

List of MCP server names to enable tool use during streaming

Response

SSE stream of text chunks

Changes