Skip to content

Commit 823a7ab

Browse files
committed
Update tool args
1 parent 1d682db commit 823a7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/chat/createVirtualEnvTool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import { traceError, traceVerbose, traceWarn } from '../logging';
4141
import { StopWatch } from '../common/utils/stopWatch';
4242

4343
interface ICreateVirtualEnvToolParams extends IResourceReference {
44-
packageList: string[]; // Added only becausewe have ability to create a virtual env with list of packages same tool within the in Python Env extension.
44+
packageList?: string[]; // Added only becausewe have ability to create a virtual env with list of packages same tool within the in Python Env extension.
4545
}
4646

4747
export class CreateVirtualEnvTool implements LanguageModelTool<ICreateVirtualEnvToolParams> {

0 commit comments

Comments
 (0)