fix and unify devui samples (#5025)

This commit is contained in:
Eduard van Valkenburg
2026-04-01 15:47:20 +02:00
committed by GitHub
Unverified
parent cee0a458fe
commit 2cb78ea12e
28 changed files with 169 additions and 217 deletions
@@ -48,8 +48,7 @@ async def main() -> None:
client=chat_client,
name="travel-assistant",
instructions=(
"You are a helpful travel assistant. "
"Use your tools to answer questions about weather and flights."
"You are a helpful travel assistant. Use your tools to answer questions about weather and flights."
),
tools=[get_weather, get_flight_price],
)