mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
remove test until more evaluation on example
This commit is contained in:
parent
ddf5f23973
commit
7c6ddc9396
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ def get_greeting_data():
|
|||
],
|
||||
)
|
||||
async def test_function_calling(get_data_func):
|
||||
req, intent, hallucination, parameter_gathering = get_data_func()
|
||||
req, intent, hallucination = get_data_func()
|
||||
handler_name = "Arch-Function"
|
||||
use_agent_orchestrator = False
|
||||
model_handler: ArchFunctionHandler = handler_map[handler_name]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue