Skip to content

Commit ff46fd5

Browse files
committed
fix(naming): rename Flare AI Core to Flare AI DeFAI
1 parent 2f9ae0b commit ff46fd5

File tree

4 files changed

+733
-62
lines changed

4 files changed

+733
-62
lines changed

src/flare_ai_defai/prompts/library.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""
2-
Prompt Library Module for Flare AI Core
2+
Prompt Library Module for Flare AI DeFAI
33
44
This module provides a centralized management system for AI prompts used throughout
5-
the Flare AI Core application. It handles the organization, storage, and retrieval
5+
the Flare AI DeFAI application. It handles the organization, storage, and retrieval
66
of various prompt templates used for different operations like token transactions,
77
account generation, and user interactions.
88
@@ -41,7 +41,7 @@
4141

4242
class PromptLibrary:
4343
"""
44-
A library for managing and organizing AI prompts used in the Flare AI Core.
44+
A library for managing and organizing AI prompts used in the Flare AI DeFAI.
4545
4646
This class serves as a central repository for all prompt templates used in
4747
the application. It provides functionality to add, retrieve, and categorize

src/flare_ai_defai/prompts/schemas.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""
2-
Schema Definitions for Flare AI Core Prompts
2+
Schema Definitions for Flare AI DeFAI Prompts
33
44
This module defines the core data structures and types used for managing prompts
5-
and their responses in the Flare AI Core system. It includes enums for semantic
5+
and their responses in the Flare AI DeFAI system. It includes enums for semantic
66
routing, type definitions for token operations, and a dataclass for prompt
77
templates.
88

src/flare_ai_defai/prompts/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Prompt Service Module for Flare AI Core
2+
Prompt Service Module for Flare AI DeFAI
33
44
This module provides a service layer for managing and formatting AI prompts.
55
It acts as a wrapper around the PromptLibrary, adding error handling and

0 commit comments

Comments
 (0)