Skip to content

EstimateCostFunction

EstimateCostFunction = (request) => Promise<number | null>

Defined in: backend-browser/src/function.ts:42

Estimate cost function signature.

IRChatRequest

Promise<number | null>