MCPcopy
hub / github.com/cursor/cookbook / openOnboarding

Function openOnboarding

sdk/app-builder/src/components/app-builder.tsx:553–560  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

551 }
552
553 function openOnboarding() {
554 setApiKey("")
555 setIsOnboardingOpen(true)
556 setConversationRuntime(activeConversation.id, (current) => ({
557 ...current,
558 sessionError: null,
559 }))
560 }
561
562 function renameConversation(conversationId: string, title: string) {
563 const nextTitle = sanitizeProjectTitle(title)

Callers 1

createConversationFunction · 0.85

Calls 1

setConversationRuntimeFunction · 0.85

Tested by

no test coverage detected