mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-23 15:49:50 +01:00
"hint" message type
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
MESSAGE_TYPE = {
|
||||
'verbose': 'verbose',
|
||||
'stream': 'stream',
|
||||
'user_input_request': 'user_input_request',
|
||||
'info': 'info',
|
||||
'user_input_request': 'user_input_request', # Displayed above the
|
||||
'hint': 'hint', # Hint text, eg "Do you want to add anything else? If not, just press ENTER."
|
||||
'info': 'info', # JSON data can be sent to progress `progress_stage`
|
||||
'local': 'local',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user