Hey Val!
A further question related to the WP filters: I started writing a function to save query/reply pair to wpdb, but first I tested:
add_filter( ‘mwai_ai_reply’, function( $reply, $query ) {
return $reply;
} );
But this always gives the error “Could not parse the buffer”. Why is that, or don’t these filters work when streaming is enabled?