@gpt-platform/client 0.8.3 → 0.8.4
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 +16 -1
- package/dist/index.d.ts +16 -1
- package/dist/index.js +26 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +26 -1
- package/dist/index.mjs.map +1 -1
- package/llms.txt +1 -0
- package/package.json +1 -1
package/llms.txt
CHANGED
|
@@ -77,6 +77,7 @@ client.setConfig({
|
|
|
77
77
|
- `getAgent-versionsByIdMetrics()` - Get performance metrics for this version
|
|
78
78
|
- `getAgent-versionsByIdRevisions()` - List all revisions for a specific AgentVersion, sorted by revision number descending
|
|
79
79
|
- `getAgents()` - List all agents accessible in the current workspace
|
|
80
|
+
- `getAgentsBy-slugBySlug()` - Look up an agent by its system_slug
|
|
80
81
|
- `getAgentsById()` - Fetch a single agent by ID
|
|
81
82
|
- `getAgentsByIdSchema-versions()` - List all schema versions for this agent
|
|
82
83
|
- `getAgentsByIdTraining-examples()` - List training examples for this agent
|
package/package.json
CHANGED