File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import (
15
15
context2 "github.com/gptscript-ai/gptscript/pkg/context"
16
16
"github.com/gptscript-ai/gptscript/pkg/credentials"
17
17
"github.com/gptscript-ai/gptscript/pkg/engine"
18
- "github.com/gptscript-ai/gptscript/pkg/hash"
19
18
"github.com/gptscript-ai/gptscript/pkg/llm"
20
19
"github.com/gptscript-ai/gptscript/pkg/monitor"
21
20
"github.com/gptscript-ai/gptscript/pkg/mvl"
@@ -201,7 +200,7 @@ func (g *GPTScript) getEnv(env []string) ([]string, error) {
201
200
return nil , err
202
201
}
203
202
if id == "" {
204
- id = hash . ID ( g .WorkspacePath )
203
+ id = "directory://" + g .WorkspacePath
205
204
}
206
205
return slices .Concat (g .ExtraEnv , env , []string {
207
206
fmt .Sprintf ("GPTSCRIPT_WORKSPACE_DIR=%s" , g .WorkspacePath ),
You can’t perform that action at this time.
0 commit comments