refactor(session): unify event map augmentation entrypoint
This commit is contained in:
@@ -77,7 +77,7 @@ export interface DeepSeekSearchLlmRequest {
|
||||
}
|
||||
}
|
||||
|
||||
declare module '@deepseek-ai/dsh-session' {
|
||||
declare module '@deepseek-ai/dsh-session/types' {
|
||||
interface SessionEventMap {
|
||||
/** Secret-free auxiliary DeepSeek search request recorded before dispatch. */
|
||||
'web/deepseek-search-llm-request': DeepSeekSearchLlmRequest
|
||||
|
||||
Reference in New Issue
Block a user