Harshith Mullapudi 00f983079f 1. Added onboarding
2. fix: remove custom tool calls in chat and link directly to mcp
2025-10-21 11:32:36 +05:30

5 lines
274 B
TypeScript

export { OnboardingModal } from "./onboarding-modal";
export { Provider, OnboardingStep } from "./types";
export type { ProviderConfig, OnboardingState } from "./types";
export { PROVIDER_CONFIGS, SUGGESTED_INGESTION_PROMPTS, VERIFICATION_PROMPT } from "./provider-config";