Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/ userMsg
Function
userMsg
test/phase-a.test.ts:105–107 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
103
}
104
105
function
userMsg(text: string): Message {
106
return
{ role:
'user'
, content: text };
107
}
108
109
function
assistantWithCall(name: string, args: string): Message {
110
return
{
Callers
1
phase-a.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected