Next.js 14 streaming patterns for real-time chatbot responses with OpenAI SDK. Use when implementing streaming chat, API routes for LLM integration, real-time UI updates, or managing loading states in chat interfaces.
원문 언어: 영어
메뉴
SkillsMP는 LuisMUtec/CodingCase26LuisMaquera에서 3개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 3개 중 3개를 표시합니다.
Next.js 14 streaming patterns for real-time chatbot responses with OpenAI SDK. Use when implementing streaming chat, API routes for LLM integration, real-time UI updates, or managing loading states in chat interfaces.
원문 언어: 영어
RAG (Retrieval-Augmented Generation) implementation with embeddings, vector search, and anti-hallucination strategies. Use when implementing document ingestion, chunking, vector stores, semantic search, or preventing LLM hallucinations.
원문 언어: 영어
TypeScript type safety patterns for chatbot applications with Zod runtime validation. Use when defining API schemas, creating type-safe components, validating user input, or working with LLM responses.
원문 언어: 영어