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.
32 lines • 965 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.asyncOperations = void 0;
exports.asyncOperations = [
{
displayName: 'Operation',
name: 'operation',
type: 'options',
noDataExpression: true,
displayOptions: {
show: {
resource: ['async'],
},
},
options: [
{
name: 'Run Agent',
value: 'runAgent',
action: 'Run an agent asynchronously',
description: 'Triggers an agent to run in the background',
},
{
name: 'Run Agent Status',
value: 'runAgentStatus',
action: 'Get async agent run status',
description: 'Check the status of an async agent run by request ID',
},
],
default: 'runAgent',
},
];
//# sourceMappingURL=AsyncDescription.js.map