Skip to content

Commit 71f2a97

Browse files
committed
Add readme for the experimental annotations
1 parent ae4b7a1 commit 71f2a97

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,3 +301,17 @@ class User {
301301
}
302302
```
303303

304+
### Experimental Annotations
305+
306+
Experimental annotations should not be used in a production setting, but are
307+
included to allow Diffblue to perform experiments with new features.
308+
309+
> [!NOTE]
310+
> The annotations in the `experimental` package can change at any time.
311+
>
312+
> Do not rely on them in production code!
313+
314+
#### Using `@InTestsUseLLM`
315+
316+
Indicates that LLMs can be used in this context.
317+

0 commit comments

Comments
 (0)