Skip to main content
Version: Next

SelectAiModel

SelectAiModel

Function type for selecting an AI model based on the message.

Signature
type SelectAiModel = (
ctx: AiContext,
message: Message,
) => Promise<SelectAiModelResult>