curl --request POST \
--url https://{api_endpoint}/api/v1/orchestrate/agents/{agent_id}/threads/{thread_id}/chat-with-docs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form 'text=<string>' \
--form 'files=<string>' \
--form files.items='@example-file'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request POST \
--url https://{api_endpoint}/api/v1/orchestrate/agents/{agent_id}/threads/{thread_id}/chat-with-docs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form 'text=<string>' \
--form 'files=<string>' \
--form files.items='@example-file'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}