We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2780d00 commit 9e6a2e0Copy full SHA for 9e6a2e0
1 file changed
src/runs/execution/helpers.ts
@@ -50,6 +50,7 @@ export async function checkFileExistsOnToolResource(
50
): Promise<boolean> {
51
switch (toolResource.type) {
52
case ToolType.USER:
53
+ case ToolType.SYSTEM:
54
case ToolType.CODE_INTERPRETER:
55
return !!toolResource.fileContainers.find((fc) => fc.file.id === file.id);
56
case ToolType.FILE_SEARCH: {
0 commit comments