QVeris
运行任务
文档目录

ExecuteResultTruncated

Result data when the response exceeds max_response_size. Provides truncated content and a URL to download the full result.

属性

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.

full_content_file_url

full_content_file_url: string

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

message

message: string

Explanation message about the truncation

truncated_content

truncated_content: string

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


这个页面对你有帮助吗?