UNPKG

zapier-platform-cli

Version:

The CLI for managing integrations in Zapier Developer Platform.

8 lines (6 loc) 240 B
/* eslint-disable camelcase */ const chat_completion = require('./chat_completion'); // If you add a new create, make sure it is exported here to display in the Zapier Editor module.exports = { [chat_completion.key]: chat_completion, };