We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ffa8d commit 6774aa0Copy full SHA for 6774aa0
src/flare_ai_rag/prompts/schemas.py
@@ -1,10 +1,8 @@
1
"""
2
-Schema Definitions for Flare AI DeFAI Prompts
+Schema Definitions for Flare AI RAG Prompts
3
4
This module defines the core data structures and types used for managing prompts
5
-and their responses in the Flare AI DeFAI system. It includes enums for semantic
6
-routing, type definitions for token operations, and a dataclass for prompt
7
-templates.
+and their responses in the Flare AI RAG system.
8
9
The module provides type safety and structured data handling for AI prompt
10
interactions, ensuring consistency in prompt formatting and response handling
0 commit comments