Skip to content

Commit 8b2c14d

Browse files
committed
fix docgen
1 parent 30c9ac1 commit 8b2c14d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/ai/ai/src/AiInput.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,10 @@ export const AssistantMessagePart: Schema.Union<[
433433
ToolCallPart
434434
)
435435

436+
/**
437+
* @since 1.0.0
438+
* @category Models
439+
*/
436440
export type AssistantMessagePart = typeof AssistantMessagePart.Type
437441

438442
/**

0 commit comments

Comments
 (0)