mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-13 15:14:50 -06:00
fix: fix oauth for dev UI
PiperOrigin-RevId: 759433563
This commit is contained in:
parent
f0e11c72ab
commit
fe5a5494e9
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -106,7 +106,7 @@ def generate_auth_event(
|
||||
args=AuthToolArguments(
|
||||
function_call_id=function_call_id,
|
||||
auth_config=auth_config,
|
||||
).model_dump(exclude_none=True),
|
||||
).model_dump(exclude_none=True, by_alias=True),
|
||||
)
|
||||
request_euc_function_call.id = generate_client_function_call_id()
|
||||
long_running_tool_ids.add(request_euc_function_call.id)
|
||||
|
Loading…
Reference in New Issue
Block a user