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.
2 parents 1119dda + 6d4194f commit 6a6db2aCopy full SHA for 6a6db2a
src/browsergym/workarena/tasks/knowledge.py
@@ -81,7 +81,7 @@ def __init__(
81
)
82
else:
83
_, requires_install, requires_delete = check_knowledge_base(
84
- SNowInstance(), # instance would be the non-admin instance here and this might break in case user does not have required permissions
+ self.instance, # Use the instance passed to the task
85
kb_name=KB_NAME,
86
kb_data=self.kb_entries, # Need admin permissions to check
87
0 commit comments