Skip to content

Commit 6774aa0

Browse files
committed
fix(prompts): typos
1 parent 49ffa8d commit 6774aa0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/flare_ai_rag/prompts/schemas.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
"""
2-
Schema Definitions for Flare AI DeFAI Prompts
2+
Schema Definitions for Flare AI RAG Prompts
33
44
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.
5+
and their responses in the Flare AI RAG system.
86
97
The module provides type safety and structured data handling for AI prompt
108
interactions, ensuring consistency in prompt formatting and response handling

0 commit comments

Comments
 (0)