parameters: {
type: 'object',
properties: {
msg1Sentiment: {type: 'string', description: 'The sentiment of message 1 - unhappy, neutral or happy'},
msg1Categories: {type: 'array', description: 'One or more categories relating to message 1'},
msg2Sentiment: {type: 'string', description: 'The sentiment of message 2 - unhappy, neutral or happy'},
msg2Categories: {type: 'array', description: 'One or more categories relating to message 2'},
...
}
}
parameters: {
type: 'object',
properties: {
msg1Sentiment: {type: 'string', description: 'The sentiment of message 1 - unhappy, neutral or happy'},
msg1Categories: {type: 'array', description: 'One or more categories relating to message 1'},
msg2Sentiment: {type: 'string', description: 'The sentiment of message 2 - unhappy, neutral or happy'},
msg2Categories: {type: 'array', description: 'One or more categories relating to message 2'},
...
}
}