rushant

Results 4 comments of rushant

大师对话,礼貌有据

In langfuse/_task_manager/media_manager.py, the current logic for detecting media data is too permissive: `if isinstance(data, str) and data.startswith("data:"):` This condition only checks if a string starts with "data:", which can lead...