본문으로 건너뛰기

PromptLongContext

A 1:1 uploaded document converted to Markdown for agent prompts.

filenameFilename (string)필수
content_type object
하나 이상(anyOf)
string
sizeSize (integer)필수

Possible values: >= 0

source_object_idSource Object Id (string)필수
markdown_object_idMarkdown Object Id (string)필수
statusStatus (string)

Possible values: [pending, running, completed, failed]

기본값: pending
run_id object
하나 이상(anyOf)
string
error object
하나 이상(anyOf)
string
PromptLongContext
{
"filename": "string",
"content_type": "string",
"size": 0,
"source_object_id": "string",
"markdown_object_id": "string",
"status": "pending",
"run_id": "string",
"error": "string"
}