Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/xerrors/Yuxi
/ createOnGoingConvState
Function
createOnGoingConvState
web/src/composables/useAgentThreadState.js:1–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
const
createOnGoingConvState = () => ({
2
msgChunks: {},
3
currentRequestKey: null,
4
currentAssistantKey: null,
5
toolCallBuffers: {}
6
})
7
8
export
function
useAgentThreadState({
9
chatState,
Callers
2
getThreadState
Function · 0.85
resetOnGoingConv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected