File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
examples/tutorials/10_agentic/10_temporal/010_agent_chat
src/agentex/lib/core/services/adk/providers Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 9191 },
9292 {
9393 "cell_type" : " code" ,
94- "execution_count" : null ,
94+ "execution_count" : 5 ,
9595 "id" : " 4" ,
9696 "metadata" : {},
9797 "outputs" : [
15141514 },
15151515 "metadata" : {},
15161516 "output_type" : " display_data"
1517+ },
1518+ {
1519+ "name" : " stdout" ,
1520+ "output_type" : " stream" ,
1521+ "text" : [
1522+ " Streaming timed out after 120 seconds - returning collected messages\n "
1523+ ]
15171524 }
15181525 ],
15191526 "source" : [
Original file line number Diff line number Diff line change 11# Standard library imports
2- import json
32from typing import Any , Literal
43from contextlib import AsyncExitStack , asynccontextmanager
54
1312from openai .types .responses import (
1413 ResponseCompletedEvent ,
1514 ResponseTextDeltaEvent ,
16- ResponseFunctionWebSearch ,
17- ResponseCodeInterpreterToolCall ,
1815 ResponseFunctionToolCall ,
16+ ResponseFunctionWebSearch ,
1917 ResponseOutputItemDoneEvent ,
20- ResponseTextDeltaEvent ,
18+ ResponseCodeInterpreterToolCall ,
19+ ResponseReasoningSummaryPartDoneEvent ,
2120 ResponseReasoningSummaryPartAddedEvent ,
2221 ResponseReasoningSummaryTextDeltaEvent ,
23- ResponseReasoningSummaryPartDoneEvent ,
2422)
2523
2624# Local imports
3129from agentex .lib .core .tracing .tracer import AsyncTracer
3230from agentex .types .task_message_delta import (
3331 TextDelta ,
34- ReasoningContentDelta ,
3532 ReasoningSummaryDelta ,
3633)
3734from agentex .types .task_message_update import (
You can’t perform that action at this time.
0 commit comments