mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 18:44:30 -07:00
docs: fix typos in source code and documentation (#13577)
This commit is contained in:
@@ -109,7 +109,7 @@ export function toFinishReasons(candidates?: Candidate[]): OTelFinishReason[] {
|
||||
|
||||
export function toOutputType(requested_mime?: string): string | undefined {
|
||||
switch (requested_mime) {
|
||||
// explictly support the known good values of responseMimeType
|
||||
// explicitly support the known good values of responseMimeType
|
||||
case 'text/plain':
|
||||
return OTelOutputType.TEXT;
|
||||
case 'application/json':
|
||||
|
||||
Reference in New Issue
Block a user