instruction
stringlengths 10
65
| function
stringlengths 14
48
|
---|---|
Create a new health and safety record
|
create_record('safety')
|
Delete goal record for ID 987
|
delete_record('for', 987)
|
Fetch invoice details for ID 321
|
fetch_invoice_details(321)
|
Create a new logistics request
|
create_record('logistics')
|
Update feedback status to reviewed for feedback ID 356
|
update_record('feedback', 356, 'status', 'id')
|
Create a new admin task
|
create_record('admin')
|
Update document information for document ID 654
|
update_record('document', 654, 'status', 'id')
|
Update payroll status to processed for payroll ID 623
|
update_record('payroll', 623, 'status', 'id')
|
Update inspection status to approved for inspection ID 445
|
update_record('inspection', 445, 'status', 'id')
|
Delete case study record for ID 987
|
delete_record('for', 987)
|
Delete payroll record with ID 634
|
delete_record('with', 634)
|
Fetch details for task ID 145
|
fetch_details('for', 145)
|
Delete environmental impact record with ID 944
|
delete_record('with', 944)
|
Modify the sales info for client 123
|
update_record('Customer', 123, 'sales_data')
|
Fetch details for customer order ID 1088
|
fetch_details('customer', 1088)
|
Fetch message details for ID 321
|
fetch_message_details(321)
|
Update goal status to achieved for goal ID 654
|
update_record('goal', 654, 'status', 'id')
|
Update training session status to completed for session ID 489
|
update_record('session', 489, 'status', 'id')
|
Delete customer record for ID 654
|
delete_record('for', 654)
|
Fetch details for survey ID 556
|
fetch_details('for', 556)
|
Generate quarterly financial summary
|
generate_financial_summary('quarterly')
|
Delete admin task with ID 288
|
delete_record('with', 288)
|
Fetch details for public sector record ID 244
|
fetch_details('sector', 244)
|
Update maintenance request status to completed for request ID 399
|
update_record('request', 399, 'status', 'id')
|
Delete quote record for ID 987
|
delete_record('for', 987)
|
Delete customer record for ID 654
|
delete_record('for', 654)
|
Fetch details for admin task ID 299
|
fetch_details('admin', 299)
|
Create a new customer order
|
create_record('customer')
|
Create a new risk assessment
|
create_record('risk')
|
Remove order ID 987 from the system
|
delete_record('Order', 987)
|
Add a new client
|
create_record('Customer')
|
Create a new customer feedback record
|
create_record('feedback')
|
Update project status to in-progress for project ID 654
|
update_record('project', 654, 'status', 'id')
|
Delete invoice record for ID 987
|
delete_record('for', 987)
|
Update compliance check status to passed for check ID 578
|
update_record('check', 578, 'status', 'id')
|
Fetch details for training session ID 1221
|
fetch_details('training', 1221)
|
user_input
|
expected_function_call
|
Delete inspection record with ID 456
|
delete_record('with', 456)
|
Fetch document details for ID 321
|
fetch_document_details(321)
|
Sync all changes
|
sync_changes()
|
Delete health and safety record with ID 900
|
delete_record('with', 900)
|
Update service request status to resolved for request ID 312
|
update_record('request', 312, 'status', 'id')
|
Fetch recent activities for client 789
|
fetch_recent_activities('Customer', 789)
|
Update order status to shipped for order ID 321
|
update_record('order', 321, 'status', 'id')
|
Update quote status to approved for quote ID 654
|
update_record('quote', 654, 'status', 'id')
|
Create a new training session
|
create_record('training')
|
Create a new support ticket
|
create_record('support')
|
Update support ticket status to closed for ticket ID 712
|
update_record('ticket', 712, 'status', 'id')
|
Create a new social media post
|
create_record('media')
|
Update admin task status to completed for task ID 277
|
update_record('task', 277, 'status', 'id')
|
Generate quarterly financial summary
|
generate_financial_summary('quarterly')
|
Update customer order status to delivered for order ID 1066
|
update_record('order', 1066, 'status', 'id')
|
Update order status to shipped for order ID 321
|
update_record('order', 321, 'status', 'id')
|
Delete milestone record for ID 987
|
delete_record('for', 987)
|
Download sales report
|
download_sales_report()
|
Retrieve account details for customer ID 456
|
retrieve_account_details('Customer', 456)
|
Delete social media post with ID 1166
|
delete_record('with', 1166)
|
Create a new field service task
|
create_record('service')
|
Create a new procurement record
|
create_record('procurement')
|
Create a new event
|
create_record('new')
|
Fetch event details for ID 321
|
fetch_event_details(321)
|
Create a new case study
|
create_record('case')
|
Fetch details for health and safety record ID 911
|
fetch_details('safety', 911)
|
Fetch customer feedback for last month
|
fetch_customer_feedback('last_month')
|
Fetch details for service request ID 334
|
fetch_details('service', 334)
|
Fetch details for training session ID 511
|
fetch_details('training', 511)
|
Delete compliance check with ID 589
|
delete_record('with', 589)
|
user_input
|
expected_function_call
|
Create a new customer record
|
create_record('customer')
|
Update IT request status to resolved for request ID 756
|
update_record('request', 756, 'status', 'id')
|
Fetch details for logistics request ID 1044
|
fetch_details('logistics', 1044)
|
Delete event record for ID 987
|
delete_record('for', 987)
|
Fetch details for procurement record ID 822
|
fetch_details('procurement', 822)
|
Fetch resource details for ID 321
|
fetch_resource_details(321)
|
Create a new milestone
|
create_record('new')
|
Update social media post status to published for post ID 1155
|
update_record('post', 1155, 'status', 'id')
|
Create a new training session
|
create_record('training')
|
Delete maintenance request with ID 411
|
delete_record('with', 411)
|
Create a new compliance check
|
create_record('compliance')
|
Log out of Salesforce
|
logout_salesforce()
|
Delete project record for ID 987
|
delete_record('for', 987)
|
Create a new note
|
create_record('new')
|
Update quality assurance status to certified for record ID 977
|
update_record('record', 977, 'status', 'id')
|
Delete user account with ID 1122
|
delete_record('with', 1122)
|
Create a new order
|
create_record('new')
|
Create a new payroll record
|
create_record('payroll')
|
Create a new inventory record
|
create_record('inventory')
|
Update resource information for resource ID 654
|
update_record('resource', 654, 'status', 'id')
|
Fetch case study details for ID 321
|
fetch_case_study_details(321)
|
user_input
|
expected_function_call
|
Synchronize all updates
|
sync_changes()
|
Synchronize all updates
|
sync_changes()
|
Delete service request with ID 323
|
delete_record('with', 323)
|
Delete customer order with ID 1077
|
delete_record('with', 1077)
|
Fetch details for IT request ID 778
|
fetch_details('IT', 778)
|
Fetch note details for ID 321
|
fetch_note_details(321)
|
Fetch details for inspection ID 467
|
fetch_details('for', 467)
|
Create a new public sector record
|
create_record('sector')
|
Create a new order
|
create_record('new')
|
Delete logistics request with ID 1033
|
delete_record('with', 1033)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.