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