mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 09:17:53 +00:00
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com> Co-authored-by: christine betts <chrstn@uw.edu> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Bryan Morgan <bryanmorgan@google.com> Co-authored-by: anthony bushong <agmsb@users.noreply.github.com>
14 lines
298 B
TypeScript
14 lines
298 B
TypeScript
/**
|
|
* @license
|
|
* Copyright 2025 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
export const SCREEN_READER_USER_PREFIX = 'User: ';
|
|
|
|
export const SCREEN_READER_MODEL_PREFIX = 'Model: ';
|
|
|
|
export const SCREEN_READER_LOADING = 'loading';
|
|
|
|
export const SCREEN_READER_RESPONDING = 'responding';
|