actient 1.0.2 → 1.0.3
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -70,7 +70,7 @@ You need to install the SDK before using this library. Use the intent parser imp
|
|
|
70
70
|
| Provider | SDK | Intent Parser |
|
|
71
71
|
| -------- | --------------- | -------------------------------------------------------------- |
|
|
72
72
|
| Open AI | `openai` | `OpenAIIntentParser`, imported from `actient/providers/openai` |
|
|
73
|
-
| Groq | `
|
|
73
|
+
| Groq | `groq-sdk` | `GroqIntentParser`, imported from `actient/providers/groq` |
|
|
74
74
|
| Gemini | `@google/genai` | `GeminiIntentParser`, imported from `actient/providers/gemini` |
|
|
75
75
|
|
|
76
76
|
### AI Agent
|