n8n-nodes-octavehq
Version:
Octave is the AI-powered messaging brain for B2B go-to-market teams, helping articulate product value, synthesize customer interaction data, and deploy consistent, effective messaging across all channels.
26 lines • 707 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.experimentOperations = void 0;
exports.experimentOperations = [
{
displayName: 'Operation',
name: 'operation',
type: 'options',
noDataExpression: true,
displayOptions: {
show: {
resource: ['experiment'],
},
},
options: [
{
name: 'Create',
value: 'create',
description: 'Create a new agent experiment',
action: 'Create an experiment',
},
],
default: 'create',
},
];
//# sourceMappingURL=ExperimentDescription.js.map