Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
fix: delete-file.gpt workspace ID
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Oct 29, 2024
1 parent 17ea088 commit 4ded0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delete-file.gpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Description: Delete a file.
Params: File: The file to delete
Params: Dataset: The dataset to delete the file from

#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool delete-file --dataset "${DATASET}" "ws://${FILE}"
#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool delete-file --dataset "${DATASET}" "ws://${GPTSCRIPT_WORKSPACE_ID}/${FILE}"

0 comments on commit 4ded0e6

Please sign in to comment.