|
|
|
@ -141,8 +141,8 @@ |
|
|
|
"chat.ask": "Ask", |
|
|
|
"chat.describeFormat": "Also add the desired format (for example Markdown or HTML) to your prompt, dependending on the editor that you use.", |
|
|
|
"chat.description": "Use the ChatBot (usually OpenAI) to generate content. Just write a prompt and describe the content you want to generate.", |
|
|
|
"chat.prompt": "Describe the content you want to generate", |
|
|
|
"chat.failed": "Failed to answer your request.", |
|
|
|
"chat.prompt": "Describe the content you want to generate", |
|
|
|
"chat.title": "Chat Bot", |
|
|
|
"chat.use": "Use", |
|
|
|
"chatBot.questionFailed": "", |
|
|
|
@ -337,6 +337,7 @@ |
|
|
|
"common.queryOperators.exists": "exists", |
|
|
|
"common.queryOperators.ge": "is greater than or equal to", |
|
|
|
"common.queryOperators.gt": "is greater than", |
|
|
|
"common.queryOperators.in": "in", |
|
|
|
"common.queryOperators.le": "is less than or equal to", |
|
|
|
"common.queryOperators.lt": "is less than", |
|
|
|
"common.queryOperators.matchs": "matchs", |
|
|
|
|