Expressions: Change tooltip for LLM prompt JSON schemas might need coercion from the user, so indicate that the LLM prompt is appended in addition to the JSON schema. Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>

525b46daa0b37c6b08be62902dc3eedc00dabce7

kingbri <8082010+kingbri1@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/extensions/expressions/settings.html+1 -1
@@ -40,7 +40,7 @@
40 <i class="fa-solid fa-clock-rotate-left fa-sm"></i>40 <i class="fa-solid fa-clock-rotate-left fa-sm"></i>
41 </div>41 </div>
42 </label>42 </label>
43 <small data-i18n="Will be used if the API doesn't support JSON schemas or function calling.">Will be used if the API doesn't support JSON schemas or function calling.</small>43 <small data-i18n="Used in addition to JSON schemas and function calling.">Used in addition to JSON schemas and function calling.</small>
44 <textarea id="expression_llm_prompt" type="text" class="text_pole textarea_compact autoSetHeight" rows="2" placeholder="Use &lcub;&lcub;labels&rcub;&rcub; special macro."></textarea>44 <textarea id="expression_llm_prompt" type="text" class="text_pole textarea_compact autoSetHeight" rows="2" placeholder="Use &lcub;&lcub;labels&rcub;&rcub; special macro."></textarea>
45 </div>45 </div>
46 <div class="expression_prompt_type_block flex-container flexFlowColumn">46 <div class="expression_prompt_type_block flex-container flexFlowColumn">