Sessions
Send an event to a session
post/api/v1/sessions/{id}/events
Path parameters
idstring required
Request body
Example request
{
"type": "human_turn",
"content": "Summarize the repo README."
}Response
Event accepted
{
"type": "human_turn",
"content": "Summarize the repo README."
}Event accepted