We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e24ccd4 + 8238263 commit dd2356fCopy full SHA for dd2356f
jupyterlab_magic_wand/extension.py
@@ -30,7 +30,7 @@ def initialize_settings(self):
30
try:
31
agent = eps.load()
32
self.agents[agent.name] = agent
33
- self.log.error(f"Successfully loaded workflow: {agent.name}")
+ self.log.info(f"Successfully loaded workflow: {agent.name}")
34
except Exception as err:
35
self.log.error(err)
36
self.log.error(f"Unable to load {agent.name}")
@@ -46,4 +46,4 @@ def initialize_settings(self):
46
"agents": self.agents,
47
"ai_config": self.ai_config,
48
"feedback": self.feedback
49
- })
+ })
0 commit comments