Type Alias RecommendChunksResponseBody

RecommendChunksResponseBody: {
    chunks: ScoreChunk[];
    id: string;
}