Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nemo guardrails #636

Closed
wants to merge 9 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make prettier
harrisonchu committed Aug 7, 2024

Verified

This commit was signed with the committer’s verified signature.
commit 591ff52cae9e7eb83e1f00e950158add5668ba69
Original file line number Diff line number Diff line change
@@ -110,6 +110,7 @@ def __call__(
_flatten(
{
OPENINFERENCE_SPAN_KIND: OpenInferenceSpanKindValues.TOOL,
INPUT_VALUE_MIME_TYPE: "application/json",
INPUT_VALUE: _get_input_value(
wrapped,
*args,
@@ -170,5 +171,6 @@ async def __call__(


INPUT_VALUE = SpanAttributes.INPUT_VALUE
INPUT_VALUE_MIME_TYPE = SpanAttributes.INPUT_MIME_TYPE
OPENINFERENCE_SPAN_KIND = SpanAttributes.OPENINFERENCE_SPAN_KIND
OUTPUT_VALUE = SpanAttributes.OUTPUT_VALUE