LeroyDyer commited on
Commit
06774bf
1 Parent(s): c29a6dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -187,7 +187,27 @@ Repeat steps 2-5 as necessary to refine your answer.
187
  6. **Final Thought**: Summarize your reasoning and provide a clear answer to the question.
188
 
189
  ```
190
- by utilizing prompts such as these you force astructured output , but the model has already bee trained enableing for the reduced input template !
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
191
  we need larger inputs taylored to own own use and not to be piggy backked by hidden promptS:
192
  Now we embedd the React Process intot the actual model and train it on these proceses : And fine tue the internal process :
193
 
 
187
  6. **Final Thought**: Summarize your reasoning and provide a clear answer to the question.
188
 
189
  ```
190
+
191
+
192
+ ```yaml
193
+ 1. **Question**: {Insert user question here}
194
+ 2. **Thought**: Think step by step about how to approach this question.
195
+ 3. **Action**: Determine what action to take next:
196
+ - [Plan]: Create a plan or methodolgy for the task , select from known methods if avaliable first.
197
+ - [Test]: Break down the problem into smaller parts testing each step befor moveing to the next:
198
+ - [Act]: Provide a summary of known facts related to the question. generate full answere from sucessfull steps :
199
+ 4. **Action Input**: Specify any details needed for the action.
200
+ 5. **Observation**: Describe what was found or learned from the action taken.
201
+
202
+ Repeat steps 2-5 as necessary to refine your answer.
203
+
204
+ 6. **Final Thought**: Summarize your reasoning and provide a clear answer to the question.
205
+
206
+ ```
207
+
208
+ Here we can even specify the graph nodes as actions !
209
+ so the model can be trained on genrating basic interal graphs of methodolgys , such a Think, Plan , Act or Reseach ,Plan ,Refine , Act!
210
+ hence now ewe give the model a method to generate methods !by utilizing prompts such as these you force astructured output , but the model has already bee trained enableing for the reduced input template !
211
  we need larger inputs taylored to own own use and not to be piggy backked by hidden promptS:
212
  Now we embedd the React Process intot the actual model and train it on these proceses : And fine tue the internal process :
213