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 fb4dc48 commit 37bf515Copy full SHA for 37bf515
llmstack/processors/providers/promptly/text_chat.py
@@ -137,7 +137,7 @@ def provider_slug() -> str:
137
return 'promptly'
138
139
@classmethod
140
- def get_output_template(cls) -> OutputTemplate | None:
+ def get_output_template(cls) -> Optional[OutputTemplate]:
141
return OutputTemplate(
142
markdown='''{{answer}}
143
{% if citations %}
0 commit comments