We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128ec2d commit a7c1107Copy full SHA for a7c1107
sdk/ai/azure-ai-agentserver-core/samples/bilingual_weekend_planner/main.py
@@ -299,6 +299,7 @@ def get_current_date() -> str:
299
model=_chat_model(),
300
)
301
302
+# cSpell:disable
303
SPANISH_WEEKEND_PLANNER = Agent(
304
name="Planificador de fin de semana (Español)",
305
instructions=(
@@ -320,6 +321,7 @@ def get_current_date() -> str:
320
321
handoffs=[SPANISH_WEEKEND_PLANNER, ENGLISH_WEEKEND_PLANNER],
322
323
324
+# cSpell:enable
325
326
327
def _root_span_name(provider: str) -> str:
0 commit comments