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
Context: I was having a conversation about creating and then editing some python test cases that I could run in Pytest. At the end of the response generation I noticed that execute_shell_command had failed to run pytest because my virtual environment wasn't activated.
Minutes of yak-shaving later, I'm editing the apply() function in class ExecuteShellCommandTool to see if I can insert that functionality myself.
Has anyone else encountered this / wanted a solution?
I'm not 100% sure I'm inserting this functionality in the correct place, but I'm going to try it out shortly and find out. Then I thought I might as well look to see if there were any open issues or discussions on the topic but didn't find any, so here I am. :P
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
What the title says.
Context: I was having a conversation about creating and then editing some python test cases that I could run in Pytest. At the end of the response generation I noticed that
execute_shell_commandhad failed to run pytest because my virtual environment wasn't activated.Minutes of yak-shaving later, I'm editing the apply() function in class ExecuteShellCommandTool to see if I can insert that functionality myself.
Has anyone else encountered this / wanted a solution?
I'm not 100% sure I'm inserting this functionality in the correct place, but I'm going to try it out shortly and find out. Then I thought I might as well look to see if there were any open issues or discussions on the topic but didn't find any, so here I am. :P
Beta Was this translation helpful? Give feedback.
All reactions