Skip to content

Commit cde9e30

Browse files
authored
Agent Framework properties have embabel.agent prefix (#73)
1 parent 4f60758 commit cde9e30

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ embabel.models.llms.cheapest=gpt-4.1-nano
66
embabel.models.llms.best=gpt-5
77

88

9-
embabel.shell.chat.confirm-goals=false
10-
embabel.shell.chat.multi-goal=false
11-
embabel.shell.chat.bind-conversation=false
12-
embabel.shell.chat.model=gpt-4.1-mini
13-
embabel.shell.chat.temperature=0.3
9+
embabel.agent.shell.chat.confirm-goals=false
10+
embabel.agent.shell.chat.multi-goal=false
11+
embabel.agent.shell.chat.bind-conversation=false
12+
embabel.agent.shell.chat.model=gpt-4.1-mini
13+
embabel.agent.shell.chat.temperature=0.3
1414

1515
embabel.agent-platform.ranking.llm=gpt-4.1-mini
1616

0 commit comments

Comments
 (0)