PromptLongContext
A 1:1 uploaded document converted to Markdown for agent prompts.
filenameFilename (string)required
content_type object
anyOf
- string
- null
string
sizeSize (integer)required
Possible values: >= 0
source_object_idSource Object Id (string)required
markdown_object_idMarkdown Object Id (string)required
statusStatus (string)
Possible values: [pending, running, completed, failed]
Default value:
pendingrun_id object
anyOf
- string
- null
string
error object
anyOf
- string
- null
string
PromptLongContext
{
"filename": "string",
"content_type": "string",
"size": 0,
"source_object_id": "string",
"markdown_object_id": "string",
"status": "pending",
"run_id": "string",
"error": "string"
}