| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ChatCompletion), | intent(inout) | :: | this | 
elemental impure subroutine print_temperature(this) class(ChatCompletion), intent(inout) :: this print "('temperature: ',F3.1)", this%temperature end subroutine print_temperature