UNPKG

@llumiverse/core

Version:

Provide an universal API to LLMs. Support for existing LLMs can be added by writing a driver.

4 lines 204 B
export function getJSONSafetyNotice(schema) { return "The answer must be a JSON object using the following JSON Schema:\n" + JSON.stringify(schema, undefined, 2); } //# sourceMappingURL=commons.js.map