diff --git a/packages/mom/src/tools/attach.ts b/packages/mom/src/tools/attach.ts index 073fc9c5..174faf02 100644 --- a/packages/mom/src/tools/attach.ts +++ b/packages/mom/src/tools/attach.ts @@ -18,7 +18,8 @@ const attachSchema = Type.Object({ export const attachTool: AgentTool = { name: "attach", label: "attach", - description: "Attach a file to your response. Use this to share files, images, or documents with the user.", + description: + "Attach a file to your response. Use this to share files, images, or documents with the user. Only files from /workspace/ can be attached.", parameters: attachSchema, execute: async ( _toolCallId: string,