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