remove test until more evaluation on example

This commit is contained in:
co tran 2025-04-01 00:12:03 +00:00
parent 610843d98d
commit a61a2a1d70

View file

@ -39,7 +39,7 @@ get_weather_api = {
def get_hallucination_data():
# Create instances of the Message class
message1 = Message(role="user", content="How is the weather in?")
message1 = Message(role="user", content="How is the weather in days?")
# Create a list of tools
tools = [get_weather_api]