Skip to content

Commit f987d90

Browse files
committed
fix comments
1 parent 817002e commit f987d90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common/api-review/vertexai-preview.api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ export class GenerativeModel {
328328
tools?: Tool[];
329329
}
330330

331-
// @public (undocumented)
331+
// @public
332332
export function getGenerativeModel(vertexAI: VertexAI, modelParams: ModelParams, requestOptions?: RequestOptions): GenerativeModel;
333333

334334
// @public
@@ -549,7 +549,7 @@ export interface ToolConfig {
549549
functionCallingConfig: FunctionCallingConfig;
550550
}
551551

552-
// @public (undocumented)
552+
// @public
553553
export interface UsageMetadata {
554554
// (undocumented)
555555
candidatesTokenCount: number;

packages/vertexai/src/types/content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export interface VideoMetadata {
8080
}
8181

8282
/**
83-
* Content part interface if the part represents a {@link FunctionCall}`.
83+
* Content part interface if the part represents a {@link FunctionCall}.
8484
* @public
8585
*/
8686
export interface FunctionCallPart {

0 commit comments

Comments
 (0)