Skip to content

Commit 1d52406

Browse files
authored
Merge pull request #29 from stainless-sdks/msun/revertFunctionNameChange
2 parents 5b944cd + e47d662 commit 1d52406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentex/lib/adk/providers/_modules/sync_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ def _extract_tool_response_info(tool_map: dict[str, Any], tool_output_item: Any)
464464
return call_id, tool_name, content
465465

466466

467-
async def convert_openai_to_agentex_events_with_reasoning(stream_response):
467+
async def convert_openai_to_agentex_events(stream_response):
468468
"""Convert OpenAI streaming events to AgentEx TaskMessageUpdate events with reasoning support.
469469
470470
This is an enhanced version of the base converter that includes support for:

0 commit comments

Comments
 (0)