mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 11:04:42 -07:00
chore(core): improve encapsulation and remove unused exports (#19556)
This commit is contained in:
@@ -28,7 +28,7 @@ export function extractMessageText(message: Message | undefined): string {
|
||||
/**
|
||||
* Extracts text from a single Part.
|
||||
*/
|
||||
export function extractPartText(part: Part): string {
|
||||
function extractPartText(part: Part): string {
|
||||
if (isTextPart(part)) {
|
||||
return part.text;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user