This commit is contained in:
co tran 2025-04-01 01:18:15 +00:00
parent a61a2a1d70
commit 6e5cb5d485

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 days?")
message1 = Message(role="user", content="How is the weather in Seattle in days?")
# Create a list of tools
tools = [get_weather_api]