curl --request POST \
--url https://api.example.com/agui \
--header 'Content-Type: application/json' \
--data '
{
"threadId": "<string>",
"runId": "<string>",
"state": "<unknown>",
"messages": [
{
"id": "<string>",
"role": "<string>",
"content": "<string>",
"name": "<string>"
}
],
"tools": [
{
"name": "<string>",
"description": "<string>",
"parameters": "<unknown>"
}
],
"context": [
{
"description": "<string>",
"value": "<string>"
}
],
"forwardedProps": "<unknown>"
}
'