QVeris
文档目录

ExecuteResultProjectedOverflow

Overflow envelope returned when a fields projection still exceeds the size limit.

继承

属性

content_schema?

optional content_schema?: Record<string, unknown>

JSON Schema describing the structure of the full content. Helps the agent understand the data shape without downloading.

继承自

ExecuteResultTruncated.content_schema

full_content_file_url

full_content_file_url: string

URL to download the complete result file. Valid for 120 minutes.

继承自

ExecuteResultTruncated.full_content_file_url

message?

optional message?: string

Explanation message about the truncation

继承自

ExecuteResultTruncated.message

respond_with

respond_with: `fields:${string}`

truncated_content

truncated_content: string

The initial portion of the response (max_response_size bytes). Useful for previewing the data structure.

继承自

ExecuteResultTruncated.truncated_content


这个页面对你有帮助吗?