mirror of
https://github.com/MODSetter/SurfSense
synced 2026-06-21 13:44:09 +00:00
feat: add future annotations to content_utils.py
- Imported future annotations to improve type hinting and support forward references in the content utilities module.
This commit is contained in:
@@ -9,6 +9,8 @@ Message content in new_chat_messages can be stored in various formats:
|
||||
These utilities help extract and transform content for different use cases.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
from langchain_core.messages import AIMessage, HumanMessage
|
||||
|
||||
Reference in New Issue
Block a user