@google/genai 2.0.1 → 2.1.0

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.
@@ -551,11 +551,11 @@ var PhishBlockThreshold;
551
551
  */
552
552
  PhishBlockThreshold["BLOCK_ONLY_EXTREMELY_HIGH"] = "BLOCK_ONLY_EXTREMELY_HIGH";
553
553
  })(PhishBlockThreshold || (PhishBlockThreshold = {}));
554
- /** Specifies the function Behavior. Currently only supported by the BidiGenerateContent method. This enum is not supported in Vertex AI. */
554
+ /** Specifies the function Behavior. Currently only non-blocking functions are supported. If not specified, the system keeps the current function call behavior. This field is currently only supported by the BidiGenerateContent method. */
555
555
  var Behavior;
556
556
  (function (Behavior) {
557
557
  /**
558
- * This value is unused.
558
+ * This value is unspecified.
559
559
  */
560
560
  Behavior["UNSPECIFIED"] = "UNSPECIFIED";
561
561
  /**
@@ -2071,7 +2071,7 @@ const CONTENT_TYPE_HEADER = 'Content-Type';
2071
2071
  const SERVER_TIMEOUT_HEADER = 'X-Server-Timeout';
2072
2072
  const USER_AGENT_HEADER = 'User-Agent';
2073
2073
  const GOOGLE_API_CLIENT_HEADER = 'x-goog-api-client';
2074
- const SDK_VERSION = '2.0.1'; // x-release-please-version
2074
+ const SDK_VERSION = '2.1.0'; // x-release-please-version
2075
2075
  const LIBRARY_LABEL = `google-genai-sdk/${SDK_VERSION}`;
2076
2076
  const VERTEX_AI_API_DEFAULT_VERSION = 'v1beta1';
2077
2077
  const GOOGLE_AI_API_DEFAULT_VERSION = 'v1beta';