From 8a2449896e997a74a7c97e39c72a691ce974317d Mon Sep 17 00:00:00 2001 From: Ed_ Date: Wed, 23 Apr 2025 20:05:04 -0400 Subject: [PATCH] add todos --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c092b9e..f072b6c 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ # LLM AI API Testing + + +TODO: + +- Review `test_client.py` (break it down) +- Setup test_client.py modified to use test_task.toml +- Confirm that claude is gathering content from the files specified in the message's system prompt. +- Confirm that claude is caching both the files and the system prompt.