@keywordsai/keywordsai-sdk 0.0.14 → 0.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/logTypes.d.ts +1 -1
- package/package.json +1 -1
package/dist/types/logTypes.d.ts
CHANGED
|
@@ -12972,5 +12972,5 @@ export declare const KeywordsAIPayloadSchema: z.ZodObject<{
|
|
|
12972
12972
|
dimensions: z.ZodOptional<z.ZodNumber>;
|
|
12973
12973
|
user: z.ZodOptional<z.ZodString>;
|
|
12974
12974
|
}, z.ZodAny, "strip">>;
|
|
12975
|
-
export type KeywordsAIPayload = z.
|
|
12975
|
+
export type KeywordsAIPayload = z.input<typeof KeywordsAIPayloadSchema>;
|
|
12976
12976
|
export { KeywordsAIParamsSchema, BasicLLMParamsSchema, BasicEmbeddingParamsSchema, MessageSchema, ToolCallSchema, ToolChoiceSchema, FunctionToolSchema, UsageSchema, MetadataSchema, PostHogIntegrationSchema, CustomerSchema, CacheOptionsSchema, RetryParamsSchema, LoadBalanceGroupSchema, LoadBalanceModelSchema, EvaluationParamsSchema, PromptParamSchema, OverrideConfigSchema, };
|