Skip to content

Commit 8286f94

Browse files
committed
Update agent name in spanish example
1 parent 0ebf804 commit 8286f94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/spanish/agent_otel_aspire.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def get_current_time(
8484

8585

8686
agent = ChatAgent(
87-
name="agente-clima-hora",
87+
name="weather-time-agent",
8888
chat_client=client,
8989
instructions="Eres un asistente útil que puede consultar información del clima y la hora.",
9090
tools=[get_weather, get_current_time],

0 commit comments

Comments
 (0)