'This requirement needs you to generate simulated data, with true or false options.',
},
sql:{
sql:{
type:'string',
type:'string',
description:
description:`If the user's requirements include generating simulated data, you should generate this data first and ensure that it is included in the SQL output.,The SQL statement required to execute the operation must adhere to standard syntax. Additionally, the data inserted must comply with the existing table structure.`,
'The SQL statement to execute must be standard and cannot contain any other code.',
},
},
variablesArr:{
variablesArr:{
type:'array',
type:'array',
description:'The array containing variables and their descriptions',
description:
'Execute SQL statement containing an array of variables and their descriptions: If the requirement specifies simulated data, the parameter should be null.',
items:{
items:{
type:'object',
type:'object',
properties:{
properties:{
variable:{
variable:{
type:'string',
type:'string',
description:'The variable',
description:
'The name of the variables.The information that needs to be filled in by the user should be treated as variables, and the variable names must be enclosed between $ signs.',