@databricks/ai-sdk-provider 0.1.0 → 0.1.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/README.md +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Databricks provider for the [Vercel AI SDK](https://sdk.vercel.ai/docs).
|
|
|
6
6
|
|
|
7
7
|
- 🚀 Support for three Databricks endpoint types:
|
|
8
8
|
- **Chat Agent** (`agent/v2/chat`) - Databricks chat agent API
|
|
9
|
-
- **Responses Agent** (`agent/
|
|
9
|
+
- **Responses Agent** (`agent/v1/responses`) - Databricks responses agent API
|
|
10
10
|
- **FM API** (`llm/v1/chat`) - Foundation model chat completions API
|
|
11
11
|
- 🔄 Stream and non-stream (generate) support for all endpoint types
|
|
12
12
|
- 🛠️ Custom tool calling mechanism for Databricks agents
|