/** * This file was auto-generated by Fern from our API Definition. */ export interface WorkflowExpandMetaRequest { /** If enabled, the Prompt Node FULFILLED events will include model host usage tracking. This may increase latency for some model hosts. */ usage?: boolean | null; /** If enabled, the Prompt Node FULFILLED events will include model host cost tracking. This may increase latency for some model hosts. */ cost?: boolean | null; /** If enabled, the Prompt Node FULFILLED events will include model host name */ modelName?: boolean | null; }