pub fn process_response_stream<T>(
stream: T,
) -> impl Stream<Item = Result<LlmResponse>> + SendExpand description
Process a Codex response stream into LlmResponse items.
pub fn process_response_stream<T>(
stream: T,
) -> impl Stream<Item = Result<LlmResponse>> + SendProcess a Codex response stream into LlmResponse items.