This commit is contained in:
Yeuoly
2024-03-29 20:53:48 +08:00
parent fb364d44d1
commit 142d1be4f8
3 changed files with 27 additions and 16 deletions

View File

@ -27,10 +27,10 @@ def test_tool_invoke():
'tool_configurations': {},
'tool_parameters': [
{
'variable': 'expression',
'value_selector': ['1', '123', 'args1'],
'variable_type': 'selector',
'value': None
'value_type': 'variable',
'static_value': None,
'variable_value': ['1', '123', 'args1'],
'parameter_name': 'expression',
},
]
}