Handler function type for wrapping model calls. Takes a model request and returns the AI message response.
WrapModelCallHandler: (
request: Omit<ModelRequest<NormalizedSchemaInput<TSchema>, TContext>, "systemPrompt" | "systemMessage"> __type
) => PromiseOrValue<AIMessage>