debug with debug_tool_node
This commit is contained in:
@@ -291,16 +291,5 @@ def debug_tool_node():
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
debug_chatty_node()
|
||||
# debug_tool_node()
|
||||
# reit_llm = make_llm(model="qwen-flash", tags=["reit_llm"])
|
||||
# reit_msg = "[TOOL_OUT]\n" + "what the fuck is this" #"The result of 33 multiplied by 42 is 1386."
|
||||
# inp = [
|
||||
# SystemMessage(
|
||||
# "REPEAT THE HUMAN MESSAGE AND DO NOTHING ELSE!"
|
||||
# ),
|
||||
# HumanMessage(reit_msg)
|
||||
# ]
|
||||
|
||||
# out = reit_llm.invoke(inp)
|
||||
# print(out.content)
|
||||
# debug_chatty_node()
|
||||
debug_tool_node()
|
||||
Reference in New Issue
Block a user