mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-23 12:30:43 -07:00
feat(sessions): Integrate chat recording into GeminiChat (#6721)
This commit is contained in:
@@ -204,7 +204,7 @@ function toContent(content: ContentUnion): Content {
|
||||
};
|
||||
}
|
||||
|
||||
function toParts(parts: PartUnion[]): Part[] {
|
||||
export function toParts(parts: PartUnion[]): Part[] {
|
||||
return parts.map(toPart);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user