Skip to main content
POST
/
api
/
agent-server
/
converse
Converse with an agent (streaming)
curl --request POST \
  --url http://localhost:6060/api/agent-server/converse \
  --header 'Content-Type: application/json' \
  --data '
{
  "message": {},
  "namespace": "<string>",
  "message_id": "<string>",
  "session_id": "<string>",
  "previous_message_id": "<string>",
  "context": {}
}
'
"<string>"

Query Parameters

project_id
string<uuid>
required
agent_name
string
required

Body

application/json
message
object
required
namespace
string
required
message_id
string
required
session_id
string
required
previous_message_id
string
context
object

Response

Streaming response

The response is of type string.