You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,8 +180,8 @@ Intrinsics are specialized LoRA adapters that add task-specific capabilities (RA
180
180
|`rag`|`find_citations(response, documents, context, backend)`| Document sentences supporting the response |
181
181
|`rag`|`check_context_relevance(question, document, context, backend)`| Whether a document is relevant (0–1); only supported for granite-4.0, not granite-4.1 |
182
182
|`rag`|`flag_hallucinated_content(response, documents, context, backend)`| Flag potentially hallucinated sentences |
183
-
|`guardian`|`factuality_detection(response, context, backend, *, documents=None, model_options=None)`| Determine if the last response is factually incorrect ("yes"/"no") |
184
-
|`guardian`|`factuality_correction(response, context, backend, *, documents=None, model_options=None)`| Correct the last response to be factually accurate |
183
+
|`guardian`|`factuality_detection(context, backend, *, documents=None, model_options=None)`| Determine if the last response is factually incorrect ("yes"/"no") |
184
+
|`guardian`|`factuality_correction(context, backend, *, documents=None, model_options=None)`| Correct the last response to be factually accurate |
185
185
186
186
```python
187
187
from mellea.backends.huggingface import LocalHFBackend
0 commit comments