Tachi67 commited on
Commit
fc3fae5
·
verified ·
1 Parent(s): 88035a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -132,6 +132,11 @@ This class is used to ask for user feedback whenever the controller is unsure of
132
  - `feedback`: The input of the user.
133
  - `code`: No code was written.
134
 
 
 
 
 
 
135
  <a id="CodeWriterAskUserFlow.CodeWriterAskUserFlow.run"></a>
136
 
137
  #### run
 
132
  - `feedback`: The input of the user.
133
  - `code`: No code was written.
134
 
135
+ *Configuration Parameters*:
136
+ - `query_message_prompt_template`: The template of the message that is displayed to the user.
137
+ - `request_multi_line_input`: Whether the user should be able to input multiple lines. Default: False.
138
+ - `end_of_input_string`: The string that the user can input to indicate that he/she is done with the input. Default: EOI
139
+
140
  <a id="CodeWriterAskUserFlow.CodeWriterAskUserFlow.run"></a>
141
 
142
  #### run