Skip to content

Commit ea58d01

Browse files
committed
clean up useless code
1 parent affd341 commit ea58d01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

veadk/tracing/telemetry/attributes/extractors/llm_attributes_extractors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ def llm_gen_ai_messages(params: LLMAttributesParams) -> ExtractorResponse:
279279
}
280280
)
281281
if part.function_call:
282-
part.function_call.id
283282
event["gen_ai.assistant.message"].update(
284283
{
285284
"tool_calls.0.id": str(part.function_call.id),

0 commit comments

Comments
 (0)