@ai-sdk/provider
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -632,4 +632,5 @@ import { JSONSchema7 } from 'json-schema'; | ||
- `other`: model stopped for other reasons | ||
- `unknown`: the model has not transmitted a finish reason | ||
*/ | ||
type LanguageModelV1FinishReason = 'stop' | 'length' | 'content-filter' | 'tool-calls' | 'error' | 'other'; | ||
type LanguageModelV1FinishReason = 'stop' | 'length' | 'content-filter' | 'tool-calls' | 'error' | 'other' | 'unknown'; | ||
@@ -636,0 +637,0 @@ type LanguageModelV1FunctionToolCall = { |
{ | ||
"name": "@ai-sdk/provider", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
155671
2319