Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ChatCompletion), | intent(inout) | :: | this |
elemental impure subroutine print_user_name(this) class(ChatCompletion), intent(inout) :: this print "('user name: ',A)", trim(this%user_name) end subroutine print_user_name