@genfeedai/enums
v2.3.2
Published
Canonical enum set for Genfeed domains (models, workflows, content, billing, and more).
Readme
@genfeedai/enums
Canonical enum set for Genfeed domains (models, workflows, content, billing, and more).
Install
npm i @genfeedai/enumsUsage
import { ModelKey, WorkflowNodeStatus } from '@genfeedai/enums';
const selectedModel = ModelKey.NanoBananaPro;
const status = WorkflowNodeStatus.Running;Related Packages
@genfeedai/constants@genfeedai/interfaces
Build Faster with Genfeed
Use shared enums in your own integrations, or use Genfeed directly at https://genfeed.ai.
License
MIT
