mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 10:25:23 -04:00
The latency is much smaller than the actual execution time #53
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @immortal-wm on GitHub (Aug 8, 2025).
The latency is much smaller than the actual execution time because each LLM call doesn't have its own started_at timestamp— they all share the same class variable.
@immortal-wm commented on GitHub (Aug 8, 2025):
fix pr
@Mairuis commented on GitHub (Dec 9, 2025):
This problem has been solved