OutputResponse
, which contains a list of chunks. Each chunk is a collection of one or more segments.
The grouping of segments into chunks depends on the target_chunk_length
parameter. Click here to learn more about how to configure it.
OutputResponse
struct is the main output of a task. It is defined as:
Chunk
objects, representing the output of a task.Chunk
model represents a collection of segments. It consists of:
Segment
objects that make up the chunk.target_chunk_length
as segments are not split into smaller segments.target_chunk_length
as the segments are not split into smaller segments.