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