Step 233: Add training data pipeline
This commit is contained in:
@@ -67,6 +67,9 @@ public:
|
||||
|
||||
current.toolsUsed.push_back(tool);
|
||||
current.toolCallCount++;
|
||||
if (item.response.contains("error")) {
|
||||
current.success = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user