MCPcopy 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

1const createOnGoingConvState = () => ({
2 msgChunks: {},
3 currentRequestKey: null,
4 currentAssistantKey: null,
5 toolCallBuffers: {}
6})
7
8export function useAgentThreadState({
9 chatState,

Callers 2

getThreadStateFunction · 0.85
resetOnGoingConvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected