fix of the agent image understanding example error for LS 0.1.2

This commit is contained in:
Jeff Tang 2025-02-09 09:24:15 -08:00
parent b981b49bfa
commit 44f1a4fd5c

View file

@ -3580,6 +3580,7 @@
" model=LLAMA32_11B_INSTRUCT,\n",
" instructions=\"You are a helpful assistant\",\n",
" enable_session_persistence=False,\n",
" toolgroups=[]\n",
" )\n",
"\n",
" agent = Agent(client, agent_config)\n",