This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6e07ad2  minor changes
6e07ad2 is described below

commit 6e07ad29f2ae070f8846ab424baa51a443019549
Author: Paul King <[email protected]>
AuthorDate: Wed Oct 15 06:28:04 2025 +1000

    minor changes
---
 site/src/site/blog/groovy-ai.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/src/site/blog/groovy-ai.adoc 
b/site/src/site/blog/groovy-ai.adoc
index 86d1ba1..aae30e9 100644
--- a/site/src/site/blog/groovy-ai.adoc
+++ b/site/src/site/blog/groovy-ai.adoc
@@ -358,7 +358,7 @@ void main() {
 ----
 
 Here we are using two different models for different tasks — `mistral:7b` for 
generating itineraries and `qwen3:8b` for rating them. Embabel provides richer 
ways to control and configure the models, but this simple approach works well 
for our example.
-The `@AchievesGoal` annotation makes use of Embabel's goal oriented action 
planning (GOAP) capabilities.
+The `@AchievesGoal` annotation makes use of Embabel's goal-oriented action 
planning (GOAP) capabilities.
 
 The output might look something like (slightly formatted here for readability):
 

Reply via email to