user_input
stringlengths
10
65
expected_function_call
stringlengths
14
63
Fetch all Product records
fetch_all_records('Product')
Delete Client with customer ID 806
delete_record('Client', 775)
Fetch all Customer records
fetch_all_records('Customer')
Insert new Customer data
insert_data('Customer')
Fetch details for quality assurance record ID 999
fetch_quality_assurance_details(999)
Fetch all Invoice records
fetch_all_records('Invoice')
Update the Client data for customer ID 260
update_record('Client', 650, 'client_data')
Fetch all Product records
fetch_all_records('Product')
Show all pending uploads
query_pending_uploads()
Insert new Product data
insert_data('Product')
Insert new Order data
insert_data('Order')
Delete public sector record with ID 233
delete_record('PublicSector', 233)
Delete Invoice with customer ID 777
delete_record('Invoice', 454)
Fetch all Customer records
fetch_all_records('Customer')
Insert new Product data
insert_data('Product')
Update the Product data for customer ID 609
update_record('Product', 242, 'product_data')
Modify the Client info for client 508
update_record('Client', 263, 'client_data')
Show all pending uploads
query_pending_uploads()
Delete Order with customer ID 103
delete_record('Order', 599)
Delete Product with customer ID 343
delete_record('Product', 715)
Fetch event details for ID 321
fetch_event_details(321)
Create a new message
create_record('Message')
Delete message record for ID 987
delete_record('Message', 987)
Delete Invoice with customer ID 156
delete_record('Invoice', 203)
Modify the Product info for client 182
update_record('Product', 741, 'product_data')
Show all pending uploads
query_pending_uploads()
Delete Client with customer ID 157
delete_record('Client', 363)
Create a new Customer record
create_record('Customer')
Add a new Client
create_record('Client')
Show all pending uploads
query_pending_uploads()
Delete Client with customer ID 309
delete_record('Client', 215)
Fetch all Customer records
fetch_all_records('Customer')
Remove order ID 987 from the system
delete_record('Order', 987)
Update the Order data for customer ID 944
update_record('Order', 952, 'order_data')
Create a new Order record
create_record('Order')
Show all pending uploads
query_pending_uploads()
Insert new Customer data
insert_data('Customer')
Show all pending uploads
query_pending_uploads()
Insert new Client data
insert_data('Client')
Add a new Product
create_record('Product')
Create a new Customer record
create_record('Customer')
Fetch message details for ID 321
fetch_message_details(321)
Modify the Product info for client 672
update_record('Product', 417, 'product_data')
Show all pending uploads
query_pending_uploads()
Modify the Order info for client 404
update_record('Order', 883, 'order_data')
Add a new Invoice
create_record('Invoice')
Insert new Client data
insert_data('Client')
Update the Client data for customer ID 992
update_record('Client', 266, 'client_data')
Insert new Product data
insert_data('Product')
Remove the Client with ID 496
delete_record('Client', 962)
Remove the Order with ID 454
delete_record('Order', 539)
Remove the Customer with ID 436
delete_record('Customer', 392)
Update the Product data for customer ID 183
update_record('Product', 959, 'product_data')
Remove the Client with ID 618
delete_record('Client', 917)
Show all pending uploads
query_pending_uploads()
Add a new Product
create_record('Product')
Delete Client with customer ID 477
delete_record('Client', 266)
Update the Product data for customer ID 426
update_record('Product', 833, 'product_data')
Update the Order data for customer ID 755
update_record('Order', 344, 'order_data')
Delete training session with ID 499
delete_record('TrainingSession', 499)
Insert new Client data
insert_data('Client')
Create a new Client record
create_record('Client')
Delete health and safety record with ID 900
delete_record('HealthAndSafety', 900)
Delete Product with customer ID 494
delete_record('Product', 549)
Update compliance check status to passed for check ID 578
update_record('ComplianceCheck', 578, 'status', 'passed')
Insert new Customer data
insert_data('Customer')
Modify the Product info for client 170
update_record('Product', 307, 'product_data')
Modify the Invoice info for client 621
update_record('Invoice', 984, 'invoice_data')
Retrieve account details for customer ID 456
retrieve_account_details('Customer', 456)
Update the Client data for customer ID 439
update_record('Client', 839, 'client_data')
Fetch customer feedback for last month
fetch_customer_feedback('last_month')
Query all Invoice
query_all('Invoice')
Update quality assurance status to certified for record ID 977
update_record('QualityAssurance', 977, 'status', 'certified')
Update training session status to completed for session ID 1199
update_record('TrainingSession', 1199, 'status', 'completed')
Delete Customer with customer ID 132
delete_record('Customer', 924)
Show all pending uploads
query_pending_uploads()
Delete IT request with ID 767
delete_record('ITRequest', 767)
Create a new environmental impact record
create_record('EnvironmentalImpact')
Remove the Client with ID 503
delete_record('Client', 940)
Show all pending uploads
query_pending_uploads()
Delete Product with customer ID 471
delete_record('Product', 518)
Fetch all Client records
fetch_all_records('Client')
Fetch all Order records
fetch_all_records('Order')
Show all pending uploads
query_pending_uploads()
Create a new Product record
create_record('Product')
Insert new Customer data
insert_data('Customer')
Fetch all Invoice records
fetch_all_records('Invoice')
Remove the Product with ID 903
delete_record('Product', 623)
Insert new Invoice data
insert_data('Invoice')
Remove the Client with ID 651
delete_record('Client', 127)
Add a new Client
create_record('Client')
Show all pending uploads
query_pending_uploads()
Show all pending uploads
query_pending_uploads()
Show all pending uploads
query_pending_uploads()
Query all Product
query_all('Product')
Update the Product data for customer ID 480
update_record('Product', 914, 'product_data')
Update resource information for resource ID 654
update_record('Resource', 654, 'information')
Modify the Client info for client 347
update_record('Client', 324, 'client_data')
Create a new training session
create_record('TrainingSession')
Delete Client with customer ID 910
delete_record('Client', 410)