Skip to content

Commit b8b6628

Browse files
committed
Use embabel.agent.application.name for Naming Strategy prefixes
1 parent f934fd7 commit b8b6628

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Shell scripts - auto convert CRLF to LF on checkout (for Linux)
2+
*.sh text eol=lf

examples-java/src/main/resources/application.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spring.application.name=embabel-examples
1+
embabel.agent.application.name=embabel-examples
22

33
embabel.models.default-llm=gpt-4.1-mini
44
embabel.models.llms.cheapest=gpt-4.1-nano
@@ -28,3 +28,6 @@ embabel.fact-checker.reasoning-word-count=50
2828
embabel.fact-checker.trusted-sources=Wikipedia,Wikidata,Britannica,BBC,Reuters,NY Times,ABC Australia
2929
embabel.fact-checker.untrusted-sources=reddit,4chan,twitter
3030

31+
# Entities caching logging
32+
# logging.level.com.embabel.agent.core.JvmType=TRACE
33+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spring.application.name=embabel-examples
1+
embabel.agent.application.name=embabel-examples
22

33
embabel.models.default-llm=gpt-4.1-mini
44
embabel.models.llms.cheapest=gpt-4.1-nano

0 commit comments

Comments
 (0)