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 489b2a3 commit b4a4f85Copy full SHA for b4a4f85
nemoguardrails/actions/llm/generation.py
@@ -137,7 +137,7 @@ async def init(self):
137
self._init_flows_index(),
138
)
139
140
- def _extract_user_message_example(self, flow: Flow) -> None:
+ def _extract_user_message_example(self, flow: Flow):
141
"""Heuristic to extract user message examples from a flow."""
142
elements = [
143
item
0 commit comments