@ai-sdk/provider
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -68,2 +68,8 @@ import { JSONSchema7 } from 'json-schema'; | ||
/** | ||
Token usage. We only have input tokens for embeddings. | ||
*/ | ||
usage?: { | ||
tokens: number; | ||
}; | ||
/** | ||
Optional raw response information for debugging purposes. | ||
@@ -70,0 +76,0 @@ */ |
{ | ||
"name": "@ai-sdk/provider", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
165205
2469