print_prompt_tokens Subroutine

private impure elemental subroutine print_prompt_tokens(this)

Type Bound

usage

Arguments

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

Called by

proc~~print_prompt_tokens~~CalledByGraph proc~print_prompt_tokens foropenai_ChatCompletion::usage%print_prompt_tokens proc~conversation foropenai_ChatCompletion::ChatCompletion%conversation proc~conversation->proc~print_prompt_tokens proc~print_usage foropenai_ChatCompletion::usage%print_usage proc~print_usage->proc~print_prompt_tokens

Source Code

   elemental impure subroutine print_prompt_tokens(this)
      class(usage), intent(inout) :: this
      print "('prompt tokens: ',g0)", this%prompt_tokens
   end subroutine print_prompt_tokens