We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5216d5e commit 863994aCopy full SHA for 863994a
llmstack/contrib/sheets/bulk_gpt.yml
@@ -30,4 +30,4 @@ columns:
30
provider_slug: promptly
31
processor_slug: llm
32
output_template:
33
- markdown: "{{text}}"
+ jsonpath: "$.text"
llmstack/contrib/sheets/html_translations.yml
@@ -27,7 +27,7 @@ columns:
27
28
processor_slug: simple_http
29
- markdown: "{{response}}"
+ jsonpath: "$.response"
- col_letter: C
title: Translated Content
cell_type: 0
@@ -73,4 +73,4 @@ columns:
73
74
processor_slug: html-translation
75
76
- markdown: "{{translated_html}}"
+ jsonpath: "$.translated_html"
0 commit comments