mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
revert: "fix(ops): add streaming metrics and LLM span for agent-chat traces" (#29469)
This commit is contained in:
@ -40,9 +40,6 @@ class EasyUITaskState(TaskState):
|
||||
"""
|
||||
|
||||
llm_result: LLMResult
|
||||
first_token_time: float | None = None
|
||||
last_token_time: float | None = None
|
||||
is_streaming_response: bool = False
|
||||
|
||||
|
||||
class WorkflowTaskState(TaskState):
|
||||
|
||||
Reference in New Issue
Block a user