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
Is your feature request related to a problem? Please describe.
I'd like to be able to execute other programming languages too in the Conversable agents.
Describe the solution you'd like
It could be written by the authors or shown the right way to do it. For instance, a basic tutorial for how to customize LocalCommandLineCodeExecutor, etc...
Additional context
SUPPORTED_LANGUAGES: ClassVar[List[str]] = ["bash", "shell", "sh", "pwsh", "powershell", "ps1", "python"] at the moment.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'd like to be able to execute other programming languages too in the
Conversable
agents.Describe the solution you'd like
It could be written by the authors or shown the right way to do it. For instance, a basic tutorial for how to customize LocalCommandLineCodeExecutor, etc...
Additional context
SUPPORTED_LANGUAGES: ClassVar[List[str]] = ["bash", "shell", "sh", "pwsh", "powershell", "ps1", "python"] at the moment.
The text was updated successfully, but these errors were encountered: