본문으로 건너뛰기

ReportRunCreate

Payload used to create Report Run. The required field is prompt.

name object
하나 이상(anyOf)
string
alias object
하나 이상(anyOf)
string
report_id object
하나 이상(anyOf)
string
collection_id object
하나 이상(anyOf)
string

Possible values: non-empty

folder_id object
하나 이상(anyOf)
string
tags object
하나 이상(anyOf)
  • Array [
  • string
  • ]
  • description object
    하나 이상(anyOf)
    string
    requested_formatsstring[]
    promptPrompt (string)필수

    Possible values: non-empty

    title object
    하나 이상(anyOf)
    string
    template_id object
    하나 이상(anyOf)
    string
    assistant_model_id object
    하나 이상(anyOf)
    string

    Possible values: non-empty and <= 512 characters

    expected_source_countExpected Source Count (integer)

    Possible values: >= 0 and <= 16

    기본값: 0
    idempotency_key object
    하나 이상(anyOf)
    string

    Possible values: non-empty and <= 128 characters, Value must match regular expression ^[A-Za-z0-9._:-]+$

    reporter_request_fingerprint object
    하나 이상(anyOf)
    string

    Possible values: Value must match regular expression ^[0-9a-f]{64}$

    languageLanguage (string)
    기본값: ko
    options object
    property name*any
    ReportRunCreate
    {
    "name": "string",
    "alias": "string",
    "report_id": "string",
    "collection_id": "string",
    "folder_id": "string",
    "tags": [
    "string"
    ],
    "description": "string",
    "requested_formats": [
    "string"
    ],
    "prompt": "string",
    "title": "string",
    "template_id": "string",
    "assistant_model_id": "string",
    "expected_source_count": 0,
    "idempotency_key": "string",
    "reporter_request_fingerprint": "string",
    "language": "ko",
    "options": {}
    }