ExtractAiConfig
ExtractAiConfig
Extracts the AI configuration params.
Signature
type ExtractAiConfig<T extends Record<string, unknown>> = T extends AiConfig ? InferParameters<T['parameters']> : T
Extracts the AI configuration params.
type ExtractAiConfig<T extends Record<string, unknown>> = T extends AiConfig ? InferParameters<T['parameters']> : T