import cleanup

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-10-05 20:53:01 +02:00
parent 314077a63d
commit c4c73830c5
6 changed files with 11 additions and 14 deletions

View File

@@ -3,7 +3,7 @@ from libs.runnables import basic_prompt, one_tool_call_answer, agent_with_tools
from libs.validators import regex_match_any, system_human_answer_match
from libs.tools import add, multiply, get_current_date_and_time, get_notes_in_timespan, get_notes_containing, write_note, save_python_repl
from textwrap import dedent
from langchain_core.messages import HumanMessage, SystemMessage, ToolMessage, AIMessage
from langchain_core.messages import HumanMessage, ToolMessage, AIMessage
tests = {
# 607: Test(