Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scriptscat/scriptcat
/ ask_user.test.ts
File
ask_user.test.ts
src/app/service/agent/core/tools/ask_user.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, vi } from
"vitest"
;
2
import
{ createAskUserTool } from
"./ask_user"
;
3
import
type
{ ChatStreamEvent } from
"@App/app/service/agent/core/types"
;
4
Callers
nothing calls this directly
Calls
5
createAskUserTool
Function · 0.90
entries
Method · 0.80
fn
Method · 0.80
execute
Method · 0.65
parse
Method · 0.45
Tested by
no test coverage detected