Method: NewRelic::Agent::Llm::Embedding#error_attributes

Defined in:
lib/new_relic/agent/llm/embedding.rb

#error_attributes(exception) ⇒ Object


39
40
41
42
43
44
# File 'lib/new_relic/agent/llm/embedding.rb', line 39

def error_attributes(exception)
  attrs = {}
  attrs[ERROR_EMBEDDING_ID] = id

  error_attributes_from_response(exception, attrs)
end