Skip to main content
Version: Next

ExtractAiConfig

ExtractAiConfig

Extracts the AI configuration params.

Signature
type ExtractAiConfig<T extends Record<string, unknown>> = T extends AiConfig ? InferParameters<T['parameters']> : T