We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ad10c commit fd8ee72Copy full SHA for fd8ee72
1 file changed
src/aks-preview/azext_aks_preview/agent/agent.py
@@ -115,7 +115,9 @@ def aks_agent(
115
model=model,
116
api_key=api_key,
117
max_steps=max_steps,
118
- custom_toolsets_from_cli=custom_toolsets,
+ custom_toolsets_from_cli=(
119
+ [custom_toolsets] if custom_toolsets is not None else None
120
+ ),
121
)
122
123
ai = config.create_console_toolcalling_llm(
0 commit comments