Skip to content

Commit 863994a

Browse files
committed
Update sheet templates
1 parent 5216d5e commit 863994a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

llmstack/contrib/sheets/bulk_gpt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ columns:
3030
provider_slug: promptly
3131
processor_slug: llm
3232
output_template:
33-
markdown: "{{text}}"
33+
jsonpath: "$.text"

llmstack/contrib/sheets/html_translations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ columns:
2727
provider_slug: promptly
2828
processor_slug: simple_http
2929
output_template:
30-
markdown: "{{response}}"
30+
jsonpath: "$.response"
3131
- col_letter: C
3232
title: Translated Content
3333
cell_type: 0
@@ -73,4 +73,4 @@ columns:
7373
provider_slug: promptly
7474
processor_slug: html-translation
7575
output_template:
76-
markdown: "{{translated_html}}"
76+
jsonpath: "$.translated_html"

0 commit comments

Comments
 (0)