UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
27 lines (26 loc) 1.11 kB
/** * AskNews API * AskNews API [![status](https://status.asknews.app/api/badge/2/status?style=for-the-badge)](https://status.asknews.app/status/prod) * * The version of the OpenAPI document: 0.24.66 * Contact: contact@emergentmethods.ai * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * The knowledge cutoff datetime for the agent prompt and all tool calls. * @export * @interface CutoffDatetime */ export interface CutoffDatetime { } /** * Check if a given object implements the CutoffDatetime interface. */ export declare function instanceOfCutoffDatetime(value: object): value is CutoffDatetime; export declare function CutoffDatetimeFromJSON(json: any): CutoffDatetime; export declare function CutoffDatetimeFromJSONTyped(json: any, ignoreDiscriminator: boolean): CutoffDatetime; export declare function CutoffDatetimeToJSON(json: any): CutoffDatetime; export declare function CutoffDatetimeToJSONTyped(value?: CutoffDatetime | null, ignoreDiscriminator?: boolean): any;