@gpt-platform/client 0.1.1 → 0.1.2

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 CHANGED
@@ -11,7 +11,7 @@ The official TypeScript SDK for the GPT Core Platform - document extraction, AI
11
11
  <!-- AI_CONTEXT_START
12
12
  This SDK provides TypeScript bindings for the GPT Core API.
13
13
  Use this for: document extraction, AI agents, workspace management, user authentication.
14
- NOT for: admin operations (use @gpt-core/admin instead).
14
+ NOT for: admin operations (use @gpt-platform/admin instead).
15
15
 
16
16
  Quick patterns:
17
17
  - Initialize: new GptClient({ baseUrl, apiKey?, token? })