@smartspace/chat-ui 1.14.0-main.6329875 → 1.14.0-main.b0380b4
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/index.d.ts +0 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -622,7 +622,6 @@ declare const workspaceResponseSchema: z.ZodObject<{
|
|
|
622
622
|
inputs: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
623
623
|
schema: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
624
624
|
}, z.core.$strip>>;
|
|
625
|
-
isPromptAndResponseLoggingEnabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
626
625
|
modelConfigurations: z.ZodArray<z.ZodObject<{
|
|
627
626
|
frequencyPenalty: z.ZodNumber;
|
|
628
627
|
model: z.ZodObject<{
|
|
@@ -853,7 +852,6 @@ declare const workspacesListResponseSchema: z.ZodObject<{
|
|
|
853
852
|
inputs: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
854
853
|
schema: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
855
854
|
}, z.core.$strip>>;
|
|
856
|
-
isPromptAndResponseLoggingEnabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
857
855
|
modelConfigurations: z.ZodArray<z.ZodObject<{
|
|
858
856
|
frequencyPenalty: z.ZodNumber;
|
|
859
857
|
model: z.ZodObject<{
|
package/package.json
CHANGED