print_stream Subroutine

private impure elemental subroutine print_stream(this)

Type Bound

ChatCompletion

Arguments

Type IntentOptional Attributes Name
class(ChatCompletion), intent(inout) :: this

Source Code

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