Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ChatCompletion_messages), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | name |
elemental pure subroutine set_name(this, name) class(ChatCompletion_messages), intent(inout) :: this character(len=*), intent(in) :: name this%name = trim(name) end subroutine set_name