[ { "name": "digital-sales", "test_cases": [ { "name": "test_get_top_account", "description": "gets the top account by revenue", "intent": "get my top account by revenue", "expected_output": { "response": "**Top Account by Revenue** - **Name:** Andromeda Inc. - **Revenue:** $9,700,000 - **Account ID:** acc_49", "keywords": [ "Andromeda Inc.", "9,700,000" ], "tool_calls": [ { "name": "digital_sales_get_my_accounts_my_accounts_get", "args": { } } ] } }, { "name": "test_get_contacts", "description": "get all contacts names from a single company", "intent": "get all my contacts (name only) from apex that start with the letter A", "expected_output": { "response": "**Contacts from Apex starting with 'A':**\n\n- Alice Johnson\n- Alice Miller\n- Alice Williams\n- Alice Davis\n- Alice Wilson\n- Alice Martinez\n- Alice Rodriguez\n- Alice Garcia\n\n*Note: The list contains duplicates; all names currently start with 'Alice' as per available data.*", "keywords": [ "Alice Rodriguez", "Alice Martinez", "Alice Wilson", "Alice Davis", "Alice Williams", "Alice Miller", "Alice Johnson" ], "tool_calls": [ { "name": "digital_sales_get_contacts_contacts_get", "args": { } } ] } }, { "name": "test_get_job_title", "description": "get the job titles of the third party account with the highest revenue", "intent": "get me the job titles of the third party account with the highest revenue", "expected_output": { "response": "**Job titles for the third-party account with the highest revenue:**\n\n- Vice President of Sales\n- Product Manager", "keywords": [ "Vice President of Sales", "Product Manager" ], "tool_calls": [ { "name": "digital_sales_get_third_party_accounts_third_party_accounts_get", "args": { } }, { "name": "digital_sales_get_job_titles_by_account_accounts_account_id_job_titles_get", "args": { "account_id": "acc_74" } } ] } } ] } ]