ChatCompletion
elemental impure subroutine print_n(this) class(ChatCompletion), intent(inout) :: this print "('n: ',I10)", this%n end subroutine print_n