chore: fix ci issues

This commit is contained in:
Novice
2025-12-16 15:14:42 +08:00
parent ff57848268
commit 0c4c268003
6 changed files with 56 additions and 51 deletions

View File

@ -108,7 +108,7 @@ class AgentAppRunner(BaseAgentRunner):
current_agent_thought_id = None
has_published_thought = False
current_tool_name: str | None = None
self._current_message_file_ids = []
self._current_message_file_ids: list[str] = []
# organize prompt messages
prompt_messages = self._organize_prompt_messages()