Skip to content

PromptTemplate and FewShotPromptTemplate#23

Open
Shaymon-khawas wants to merge 2 commits intomanas95826:mainfrom
Shaymon-khawas:prompt-templating-system
Open

PromptTemplate and FewShotPromptTemplate#23
Shaymon-khawas wants to merge 2 commits intomanas95826:mainfrom
Shaymon-khawas:prompt-templating-system

Conversation

@Shaymon-khawas
Copy link

@Shaymon-khawas Shaymon-khawas commented Jul 6, 2025

Completed this task.

Description: Develop a prompt templating system to structure and format LLM inputs.
Tasks:

Create PromptTemplate class for dynamically formatting prompts.
Support parameterized placeholders (e.g., {{query}}).
Implement FewShotPromptTemplate for examples-based prompting.

Fixes #10

Copy link
Owner

@manas95826 manas95826 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need this. The reason being, if you see the module, this is a cookbook. If you see the module, there are already templates that are defined for many use cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Prompt Templates

2 participants