Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Mar 5, 2024
1 parent 7ffd1f6 commit 0e67d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/new_relic/agent/llm/embedding.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Embedding < LlmEvent

ATTRIBUTES = %i[input request_model duration error]
ATTRIBUTE_NAME_EXCEPTIONS = {
request_model: 'request.model',
request_model: 'request.model'
}
ERROR_EMBEDDING_ID = 'embedding_id'
EVENT_NAME = 'LlmEmbedding'
Expand Down

0 comments on commit 0e67d40

Please sign in to comment.