Skip to content

Commit e2d9523

Browse files
committed
Polishing
1 parent 657403e commit e2d9523

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/embabel/template/injected/InjectedDemo.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public record Animal(String name, String species) {
1717
public Animal inventAnimal() {
1818
return ai
1919
.withDefaultLlm()
20+
.withId("invent-animal")
2021
.createObject("""
2122
You just woke up in a magical forest.
2223
Invent a fictional animal.

0 commit comments

Comments
 (0)