Skip to content

Commit 69a88f6

Browse files
committed
Fixed precommit errors
1 parent ef53574 commit 69a88f6

File tree

1 file changed

+1
-1
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-langchain/src/opentelemetry/instrumentation/langchain

1 file changed

+1
-1
lines changed

instrumentation-genai/opentelemetry-instrumentation-langchain/src/opentelemetry/instrumentation/langchain/callback_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def on_llm_end(
207207
]
208208
role = get_property_value(chat_generation.message, "type") # type: ignore[reportUnknownVariableType]
209209
output_message = OutputMessage(
210-
role=role, # type: ignore[reportArgumentType]
210+
role=role, # type: ignore[reportArgumentType]
211211
parts=parts,
212212
finish_reason=finish_reason, # type: ignore[reportPossiblyUnboundVariable, reportArgumentType]
213213
)

0 commit comments

Comments
 (0)