You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/projects/projectId/attributes/attributeId/ExecutionContainer.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ export default function ExecutionContainer(props: ExecutionContainerProps) {
68
68
on all records, or test-run it on 10 examples (which are sampled randomly). Test results are
69
69
shown
70
70
below after computation.{
71
-
props.currentAttribute.dataType==DataTypeEnum.LLM_RESPONSE&&<span>Note that LLM results are cached for the same set of settings to ensure that a critical error during the final execution doesn't lose the already calculated values</span>
71
+
props.currentAttribute.dataType==DataTypeEnum.LLM_RESPONSE&&<spanclassName="italic">Note that LLM results are cached for the same set of settings to ensure that a critical error during the final execution doesn't lose the already calculated values</span>
0 commit comments