Type Alias EmbedderAction<CustomOptions>

EmbedderAction: Action<typeof EmbedRequestSchema, typeof EmbedResponseSchema> & {
    __configSchema?: CustomOptions;
}

Embedder action -- a subtype of Action with input/output types for embedders.

Type Parameters