ai-publish-sdk 1.5.0 → 1.5.1
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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ await withTimeout(() => getUserInfo(), 10_000)
|
|
|
26
26
|
|
|
27
27
|
### getAllowedModels()
|
|
28
28
|
|
|
29
|
-
Get the list of allowed AI models and the default model
|
|
29
|
+
Get the list of allowed AI models and the default model.
|
|
30
30
|
|
|
31
31
|
```typescript
|
|
32
32
|
getAllowedModels(config?: RpcConfig): Promise<AllowedModelsInfo>
|
|
@@ -94,7 +94,7 @@ interface GenerateMessageOptions {
|
|
|
94
94
|
|
|
95
95
|
### getBrandingAssets()
|
|
96
96
|
|
|
97
|
-
Get
|
|
97
|
+
Get branding assets for white-label styling.
|
|
98
98
|
|
|
99
99
|
```typescript
|
|
100
100
|
getBrandingAssets(): Promise<BrandingAssets | null>
|