pub fn vector_completion_chunk_rows<'a>(
chunk: &'a VectorCompletionChunk,
) -> RowsIter<'a>Expand description
Entry: walk every embedded per-agent completion in a vector chunk
and forward to agent_completion_chunk_rows.
pub fn vector_completion_chunk_rows<'a>(
chunk: &'a VectorCompletionChunk,
) -> RowsIter<'a>Entry: walk every embedded per-agent completion in a vector chunk
and forward to agent_completion_chunk_rows.