Skip to content

Commit

Permalink
Fixed link in Part JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenhao committed Oct 11, 2024
1 parent f8a3bdf commit 64ac1a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@ export interface FunctionCallPart extends BasePart {

/**
* A datatype containing media that is part of a multi-part {@link Content}
* message. A `Part` is a union type of {@link TextPart}, {@link
* InlineDataPart}, {@link FileDataPart}, and {@link FunctionResponsePart}. A
* message. A `Part` is a union type of {@link TextPart}, {@link InlineDataPart},
* {@link FileDataPart}, and {@link FunctionResponsePart}. A
* `Part` has one of the following mutually exclusive fields:
* 1. text
* 2. inlineData
Expand Down

0 comments on commit 64ac1a8

Please sign in to comment.