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