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 (
1515 context2 "github.com/gptscript-ai/gptscript/pkg/context"
1616 "github.com/gptscript-ai/gptscript/pkg/credentials"
1717 "github.com/gptscript-ai/gptscript/pkg/engine"
18- "github.com/gptscript-ai/gptscript/pkg/hash"
1918 "github.com/gptscript-ai/gptscript/pkg/llm"
2019 "github.com/gptscript-ai/gptscript/pkg/monitor"
2120 "github.com/gptscript-ai/gptscript/pkg/mvl"
@@ -201,7 +200,7 @@ func (g *GPTScript) getEnv(env []string) ([]string, error) {
201200 return nil , err
202201 }
203202 if id == "" {
204- id = hash . ID ( g .WorkspacePath )
203+ id = "directory://" + g .WorkspacePath
205204 }
206205 return slices .Concat (g .ExtraEnv , env , []string {
207206 fmt .Sprintf ("GPTSCRIPT_WORKSPACE_DIR=%s" , g .WorkspacePath ),
You can’t perform that action at this time.
0 commit comments