Skip to content

Commit f231d59

Browse files
authored
Apply suggestions from code review
1 parent e464160 commit f231d59

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/basic/dynamic_system_prompt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def custom_instructions(
2828
instructions=custom_instructions,
2929
)
3030

31-
3231
async def main():
3332
context = CustomContext(style=random.choice(["haiku", "pirate", "robot"]))
3433
print(f"Using style: {context.style}\n")

examples/basic/tools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def get_weather(city: Annotated[str, "The city to get the weather for"]) -> Weat
1818
print("[debug] get_weather called")
1919
return Weather(city=city, temperature_range="14-20C", conditions="Sunny with wind.")
2020

21-
2221
agent = Agent(
2322
name="Hello world",
2423
instructions="You are a helpful agent.",

0 commit comments

Comments
 (0)