class NewRelic::Agent::Llm::ChatCompletionMessage
Constants
- ATTRIBUTES
- EVENT_NAME
Public Instance Methods
attributes()
click to toggle source
# File lib/new_relic/agent/llm/chat_completion_message.rb, line 15 def attributes LlmEvent::ATTRIBUTES + ATTRIBUTES end
event_name()
click to toggle source
# File lib/new_relic/agent/llm/chat_completion_message.rb, line 19 def event_name EVENT_NAME end