fix(conductor): Apply review suggestions for track 'State Synchronization & History Loading'

This commit is contained in:
Yunxiao Xu
2026-02-16 04:34:37 -08:00
parent febdd382e9
commit 6d72c6602c

View File

@@ -1,3 +1,4 @@
"""Utility functions for history management."""
from typing import List from typing import List
from langchain_core.messages import BaseMessage, HumanMessage, AIMessage, SystemMessage from langchain_core.messages import BaseMessage, HumanMessage, AIMessage, SystemMessage
from ea_chatbot.history.models import Message from ea_chatbot.history.models import Message