File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,21 @@ run ```bito --help``` or ```bito config --help```
115115
116116- run ``` echo "give me code for bubble sort in python" | bito ``` to instantly get response for your queries using Bito CLI.
117117
118+ #### More on Bito CLI MyPrompt:
119+
120+ ##### Using Comments:
121+
122+ Anything after ``` # ``` in your prompt file will be considered as a comment by Bito CLI and won't be part of your prompt.
123+
124+ You can use ``` \# ``` as an escape sequence to make ``` # ``` as a part of your prompt and to not use it for commenting anymore.
125+
126+ ###### Few examples for above:
127+
128+ 1 . Give me an example of bubble sort in python # everything written here will be considered as a comment now.
129+ 2 . Explain what this part of the code do: ``` \#include<stdio.h> ```
130+ i. in the example above ``` \# ``` can be used as an escape sequence to include ``` # ``` as a part of your prompt.
131+ 3 . #This will be considered as a comment as it contains # at the start of the line itself.
132+
118133##### Using Macro:
119134
120135Use `` {{%input%}} `` macro in the prompt file to refer to the contents of the file provided via -f option
You can’t perform that action at this time.
0 commit comments