refs #739: seed verified Smilegate QA few-shot candidates
This commit is contained in:
@@ -292,6 +292,12 @@ public class SelectAiService {
|
||||
if (example.objectRole() != null) {
|
||||
item.put("objectRole", example.objectRole());
|
||||
}
|
||||
if (example.sourceCaseId() != null) {
|
||||
item.put("sourceCaseId", example.sourceCaseId());
|
||||
}
|
||||
if (example.sourceType() != null) {
|
||||
item.put("sourceType", example.sourceType());
|
||||
}
|
||||
item.put("cosineDistance", example.cosineDistance());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user