mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02: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:
parent
d6153a6473
commit
856df201db
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue