diff --git a/src/types/content.ts b/src/types/content.ts index e6ad741e..3a3073f0 100644 --- a/src/types/content.ts +++ b/src/types/content.ts @@ -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