ChatCompletion
elemental impure subroutine print_stream(this) class(ChatCompletion), intent(inout) :: this print "('stream: ',L1)", this%stream end subroutine print_stream