We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c97e4e commit bc41804Copy full SHA for bc41804
embabel-agent-docs/src/main/asciidoc/reference/types/page.adoc
@@ -106,8 +106,8 @@ For example:
106
var story = context.ai()
107
.withDefaultLlm()
108
.withToolGroup(CoreToolGroups.WEB)
109
- .withExample("A children's story", new Story("Once upon a time...")) // <1>
110
.creating(Story.class)
+ .withExample("A children's story", new Story("Once upon a time...")) // <1>
111
.fromPrompt("Create a story about: " + input.getContent());
112
----
113
0 commit comments