MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / mapThinkingLevels

Function mapThinkingLevels

desktop/runtime/composer-state.ts:54–56  ·  view source on GitHub ↗
(levels: ThinkingLevel[])

Source from the content-addressed store, hash-verified

52}
53
54function mapThinkingLevels(levels: ThinkingLevel[]) {
55 return levels as ComposerThinkingLevel[]
56}
57
58function buildSessionQueuedPrompts(session: AgentSession): ComposerQueuedPrompt[] {
59 return buildQueuedPrompts({

Callers 2

buildComposerStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected