Skip to content

Commit 37bf515

Browse files
committed
Output template return
type to Optional
1 parent fb4dc48 commit 37bf515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llmstack/processors/providers/promptly/text_chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def provider_slug() -> str:
137137
return 'promptly'
138138

139139
@classmethod
140-
def get_output_template(cls) -> OutputTemplate | None:
140+
def get_output_template(cls) -> Optional[OutputTemplate]:
141141
return OutputTemplate(
142142
markdown='''{{answer}}
143143
{% if citations %}

0 commit comments

Comments
 (0)