@genui-a3/providers 0.0.6 → 0.0.7

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -139,6 +139,7 @@ const session = new ChatSession({
139
139
  // This agent uses OpenAI instead
140
140
  const premiumAgent = {
141
141
  id: 'premium',
142
+ description: 'Handles premium tier requests using GPT-4o',
142
143
  provider: createOpenAIProvider({ models: ['gpt-4o'] }),
143
144
  // ...
144
145
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@genui-a3/providers",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Provider implementations for the A3 agentic framework",
5
5
  "type": "module",
6
6
  "exports": {