How to I get my GPT to only reference the attached documents and stop making up answers?

You could try exploring tool_choice parameter under chat completions and also lower the temp. You can include examples in your prompt something like this:
ex:

 ### Examples:

User: Can you set a timer for me?
Assistant: I am only able to assist with {task_1} or {company's} Knowledge Base. Please let me know how I can help with that.
1 Like