-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from DARPA-ASKEM/general-prompt
Added a function to send a request to openAI model to generate a response for a given instruction.
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
GENERAL_INSTRUCTION_PROMPT = """ | ||
You are a helpful agent designed to generate a response based on a given instruction. Your goal is to provide a response that is detailed, accurate, and fully addresses the user's request. | ||
Given the following user instruction: | ||
{instruction} | ||
Please ensure your response is relevant, comprehensive, clear, and supported with specific examples, if applicable. | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters