mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-17 21:21:23 +00:00
type ignore
This commit is contained in:
parent
1d59106531
commit
19e9df79a5
@ -311,7 +311,7 @@
|
||||
"source": [
|
||||
"model_client_no_parallel_tool_call = OpenAIChatCompletionClient(\n",
|
||||
" model=\"gpt-4o\",\n",
|
||||
" parallel_tool_calls=False,\n",
|
||||
" parallel_tool_calls=False, # type: ignore\n",
|
||||
")\n",
|
||||
"agent_no_parallel_tool_call = AssistantAgent(\n",
|
||||
" name=\"assistant\",\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user