fix: address first round of reviews

Signed-off-by: Alina Ryan <aliryan@redhat.com>
This commit is contained in:
Alina Ryan 2025-11-25 19:44:59 -05:00
parent 402358c8e9
commit c2f0db9128
26 changed files with 44 additions and 145 deletions

View file

@ -9813,7 +9813,7 @@ components:
- benchmarks
- tool_groups
- files
- file_processor
- file_processors
- prompts
- conversations
- inspect

View file

@ -630,7 +630,7 @@ paths:
schema:
$ref: '#/components/schemas/SupervisedFineTuneRequest'
required: true
/v1alpha/file-processor/process:
/v1alpha/file-processors/process:
post:
responses:
'200':
@ -652,13 +652,13 @@ paths:
description: Default Response
$ref: '#/components/responses/DefaultError'
tags:
- File Processor
- File Processors
summary: Process File
description: |-
Process a file into structured content with optional chunking and embeddings.
This method processes raw file data and converts it into text content for applications such as vector store ingestion.
operationId: process_file_v1alpha_file_processor_process_post
operationId: process_file_v1alpha_file_processors_process_post
requestBody:
content:
application/json:
@ -8777,7 +8777,7 @@ components:
- benchmarks
- tool_groups
- files
- file_processor
- file_processors
- prompts
- conversations
- inspect

View file

@ -11640,7 +11640,7 @@ components:
- benchmarks
- tool_groups
- files
- file_processor
- file_processors
- prompts
- conversations
- inspect

View file

@ -3887,7 +3887,7 @@ paths:
schema:
$ref: '#/components/schemas/SupervisedFineTuneRequest'
required: true
/v1alpha/file-processor/process:
/v1alpha/file-processors/process:
post:
responses:
'200':
@ -3909,13 +3909,13 @@ paths:
description: Default Response
$ref: '#/components/responses/DefaultError'
tags:
- File Processor
- File Processors
summary: Process File
description: |-
Process a file into structured content with optional chunking and embeddings.
This method processes raw file data and converts it into text content for applications such as vector store ingestion.
operationId: process_file_v1alpha_file_processor_process_post
operationId: process_file_v1alpha_file_processors_process_post
requestBody:
content:
application/json:
@ -13005,7 +13005,7 @@ components:
- benchmarks
- tool_groups
- files
- file_processor
- file_processors
- prompts
- conversations
- inspect