MCPcopy Create free account
hub / github.com/google-gemini/gemini-cli / partListUnionToString

Function partListUnionToString

packages/core/src/core/geminiRequest.ts:17–19  ·  view source on GitHub ↗
(value: PartListUnion)

Source from the content-addressed store, hash-verified

15export type GeminiCodeRequest = PartListUnion;
16
17export function partListUnionToString(value: PartListUnion): string {
18 return partToString(value, { verbose: true });
19}

Callers 10

glob.test.tsFile · 0.85
sendMessageStreamMethod · 0.85
sendMessageStreamMethod · 0.85
isResumableMessageRecordFunction · 0.85
generateSummaryMethod · 0.85
extractFirstUserMessageFunction · 0.85
getAllSessionFilesFunction · 0.85
streamHistoryMethod · 0.85

Calls 1

partToStringFunction · 0.85

Tested by

no test coverage detected