mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix test
This commit is contained in:
parent
a61a2a1d70
commit
6e5cb5d485
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue