File tree Expand file tree Collapse file tree 4 files changed +733
-62
lines changed
src/flare_ai_defai/prompts Expand file tree Collapse file tree 4 files changed +733
-62
lines changed Original file line number Diff line number Diff line change 11"""
2- Prompt Library Module for Flare AI Core
2+ Prompt Library Module for Flare AI DeFAI
33
44This 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
66of various prompt templates used for different operations like token transactions,
77account generation, and user interactions.
88
4141
4242class 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
Original file line number Diff line number Diff line change 11"""
2- Schema Definitions for Flare AI Core Prompts
2+ Schema Definitions for Flare AI DeFAI Prompts
33
44This 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
66routing, type definitions for token operations, and a dataclass for prompt
77templates.
88
Original file line number Diff line number Diff line change 11"""
2- Prompt Service Module for Flare AI Core
2+ Prompt Service Module for Flare AI DeFAI
33
44This module provides a service layer for managing and formatting AI prompts.
55It acts as a wrapper around the PromptLibrary, adding error handling and
You can’t perform that action at this time.
0 commit comments