Step 233: Add training data pipeline

This commit is contained in:
Bill
2026-02-10 08:47:07 -07:00
parent b68d24c881
commit 423db8cb22
7 changed files with 343 additions and 1 deletions

View File

@@ -67,6 +67,9 @@ public:
current.toolsUsed.push_back(tool);
current.toolCallCount++;
if (item.response.contains("error")) {
current.success = false;
}
}
}