Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions common/api-review/ai.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const BackendType: {
readonly GOOGLE_AI: "GOOGLE_AI";
};

// @public
// @public (undocumented)
export type BackendType = (typeof BackendType)[keyof typeof BackendType];

// @public
Expand All @@ -123,7 +123,7 @@ export const BlockReason: {
readonly PROHIBITED_CONTENT: "PROHIBITED_CONTENT";
};

// @public
// @public (undocumented)
export type BlockReason = (typeof BlockReason)[keyof typeof BlockReason];

// @public
Expand Down Expand Up @@ -342,7 +342,7 @@ export const FinishReason: {
readonly MALFORMED_FUNCTION_CALL: "MALFORMED_FUNCTION_CALL";
};

// @public
// @public (undocumented)
export type FinishReason = (typeof FinishReason)[keyof typeof FinishReason];

// @public
Expand Down Expand Up @@ -650,7 +650,7 @@ export const HarmBlockMethod: {
readonly PROBABILITY: "PROBABILITY";
};

// @public
// @public (undocumented)
export type HarmBlockMethod = (typeof HarmBlockMethod)[keyof typeof HarmBlockMethod];

// @public
Expand All @@ -662,7 +662,7 @@ export const HarmBlockThreshold: {
readonly OFF: "OFF";
};

// @public
// @public (undocumented)
export type HarmBlockThreshold = (typeof HarmBlockThreshold)[keyof typeof HarmBlockThreshold];

// @public
Expand All @@ -673,7 +673,7 @@ export const HarmCategory: {
readonly HARM_CATEGORY_DANGEROUS_CONTENT: "HARM_CATEGORY_DANGEROUS_CONTENT";
};

// @public
// @public (undocumented)
export type HarmCategory = (typeof HarmCategory)[keyof typeof HarmCategory];

// @public
Expand All @@ -684,7 +684,7 @@ export const HarmProbability: {
readonly HIGH: "HIGH";
};

// @public
// @public (undocumented)
export type HarmProbability = (typeof HarmProbability)[keyof typeof HarmProbability];

// @public
Expand All @@ -696,7 +696,7 @@ export const HarmSeverity: {
readonly HARM_SEVERITY_UNSUPPORTED: "HARM_SEVERITY_UNSUPPORTED";
};

// @public
// @public (undocumented)
export type HarmSeverity = (typeof HarmSeverity)[keyof typeof HarmSeverity];

// @beta
Expand All @@ -715,7 +715,7 @@ export const ImagenAspectRatio: {
readonly PORTRAIT_9x16: "9:16";
};

// @beta
// @public (undocumented)
export type ImagenAspectRatio = (typeof ImagenAspectRatio)[keyof typeof ImagenAspectRatio];

// @beta
Expand Down Expand Up @@ -779,7 +779,7 @@ export const ImagenPersonFilterLevel: {
readonly ALLOW_ALL: "allow_all";
};

// @beta
// @public (undocumented)
export type ImagenPersonFilterLevel = (typeof ImagenPersonFilterLevel)[keyof typeof ImagenPersonFilterLevel];

// @beta
Expand All @@ -790,7 +790,7 @@ export const ImagenSafetyFilterLevel: {
readonly BLOCK_NONE: "block_none";
};

// @beta
// @public (undocumented)
export type ImagenSafetyFilterLevel = (typeof ImagenSafetyFilterLevel)[keyof typeof ImagenSafetyFilterLevel];

// @beta
Expand Down Expand Up @@ -953,7 +953,7 @@ export const LiveResponseType: {
TOOL_CALL_CANCELLATION: string;
};

// @beta
// @public (undocumented)
export type LiveResponseType = (typeof LiveResponseType)[keyof typeof LiveResponseType];

// @beta
Expand Down Expand Up @@ -1002,7 +1002,7 @@ export const Modality: {
readonly DOCUMENT: "DOCUMENT";
};

// @public
// @public (undocumented)
export type Modality = (typeof Modality)[keyof typeof Modality];

// @public
Expand Down
Loading
Loading