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
Guardian intrinsics have function signatures that look like: factuality_correction(context: ChatContext, backend: AdapterMixin, ...). Notably, they do not include a document(s) field like the other intrinsics; they only grab documents from prior messages. We should move them to follow the conventions of the other intrinsics.
We should allow top-level intrinsic functions (like check_answerability and the guardian functions) to take model options now that Intrinsics support all model options (except streaming).
factuality_correction(context: ChatContext, backend: AdapterMixin, ...). Notably, they do not include a document(s) field like the other intrinsics; they only grab documents from prior messages. We should move them to follow the conventions of the other intrinsics.check_answerabilityand the guardian functions) to take model options now that Intrinsics support all model options (except streaming).