Skip to content

Commit a7c1107

Browse files
committed
fix cspell
1 parent 128ec2d commit a7c1107

File tree

1 file changed

+2
-0
lines changed
  • sdk/ai/azure-ai-agentserver-core/samples/bilingual_weekend_planner

1 file changed

+2
-0
lines changed

sdk/ai/azure-ai-agentserver-core/samples/bilingual_weekend_planner/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ def get_current_date() -> str:
299299
model=_chat_model(),
300300
)
301301

302+
# cSpell:disable
302303
SPANISH_WEEKEND_PLANNER = Agent(
303304
name="Planificador de fin de semana (Español)",
304305
instructions=(
@@ -320,6 +321,7 @@ def get_current_date() -> str:
320321
handoffs=[SPANISH_WEEKEND_PLANNER, ENGLISH_WEEKEND_PLANNER],
321322
model=_chat_model(),
322323
)
324+
# cSpell:enable
323325

324326

325327
def _root_span_name(provider: str) -> str:

0 commit comments

Comments
 (0)