UNPKG

llmatic

Version:

Use self-hosted LLMs with an OpenAI compatible API

7 lines (5 loc) 147 B
import type { RouteHandlerMethod } from "fastify"; export type OperationHandler = { handle: RouteHandlerMethod; get operationId(): string; };