@gpt-platform/admin 0.10.0 → 0.10.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/dist/index.d.mts +724 -461
- package/dist/index.d.ts +724 -461
- package/dist/index.js +35 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +35 -13
- package/dist/index.mjs.map +1 -1
- package/llms.txt +1 -0
- package/package.json +1 -1
package/llms.txt
CHANGED
|
@@ -1404,6 +1404,7 @@ fields
|
|
|
1404
1404
|
## Pipeline
|
|
1405
1405
|
|
|
1406
1406
|
- `getPipelines()` - /pipelines operation on pipeline resource
|
|
1407
|
+
- `getPipelinesBy-slugBySlug()` - Look up a pipeline by its system_slug scoped to an application
|
|
1407
1408
|
- `getPipelinesById()` - /pipelines/:id operation on pipeline resource
|
|
1408
1409
|
- `postPipelines()` - Create a new agent pipeline.
|
|
1409
1410
|
- `patchPipelinesById()` - Update pipeline metadata or node graph.
|
package/package.json
CHANGED