mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
refactor: remove unused props clearItems, openThemeDialog, onSubmit (#357)
This commit is contained in:
@@ -55,12 +55,10 @@ enum StreamProcessingStatus {
|
||||
*/
|
||||
export const useGeminiStream = (
|
||||
addItem: UseHistoryManagerReturn['addItem'],
|
||||
_clearItems: UseHistoryManagerReturn['clearItems'],
|
||||
refreshStatic: () => void,
|
||||
setShowHelp: React.Dispatch<React.SetStateAction<boolean>>,
|
||||
config: Config,
|
||||
onDebugMessage: (message: string) => void,
|
||||
_openThemeDialog: () => void,
|
||||
handleSlashCommand: (cmd: PartListUnion) => boolean,
|
||||
) => {
|
||||
const toolRegistry = config.getToolRegistry();
|
||||
|
||||
Reference in New Issue
Block a user