-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Visit_Website tool calling fails with:
Failed to parse arguments for tool "Visit Website": params.findInPage is not of a type(s) array
Steps to reproduce:
- Install LM-Studio 0.4.2 ( linux )
- Install model glm-4.6v-flash
- Install and start plugins danielsig/duckduckgo and danielsig/visit-website using the "Run in LM-Studio" link
- Start a chat and ask: "How was the weather today in Dallas, Texas ?"
Example of LLM generated code that results in failure:
<tool_call>Visit_Website <arg_key>url</arg_key> <arg_value>https://www.accuweather.com/en/us/dallas/75202/current-weather/351194</arg_value> <arg_key>findInPage</arg_key> <arg_value>current weather, temperature, conditions, wind, humidity</arg_value> <arg_key>maxLinks</arg_key> <arg_value>20</arg_value> <arg_key>maxImages</arg_key> <arg_value>10</arg_value> <arg_key>contentLimit</arg_key> <arg_value>1000</arg_value> </tool_call>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels