@gpt-core/admin 0.9.16 → 0.9.18
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.mts +411 -2
- package/dist/index.d.ts +411 -2
- package/llms.txt +7 -0
- package/package.json +1 -1
package/llms.txt
CHANGED
|
@@ -193,6 +193,13 @@ client.setConfig({
|
|
|
193
193
|
- `postConfigs()` - Create configs
|
|
194
194
|
- `patchConfigsByKey()` - Update configs
|
|
195
195
|
|
|
196
|
+
## Config enum
|
|
197
|
+
|
|
198
|
+
- `getExtractionConfig-enums()` - List config enums
|
|
199
|
+
- `getExtractionConfig-enumsById()` - Get config enums
|
|
200
|
+
- `postExtractionConfig-enums()` - Create config enums
|
|
201
|
+
- `patchExtractionConfig-enumsById()` - Update config enums
|
|
202
|
+
|
|
196
203
|
## Conversations
|
|
197
204
|
|
|
198
205
|
- `getAiConversations()` - List conversations
|