Commit a39aadc
Fix typo in ChatClient docs
- correct response key from "generation" to "completion" in example code
The example response in the documentation incorrectly uses "generation" as the response key. This commit updates it to "completion" to accurately reflect the API's actual response format.1 parent 8750ba0 commit a39aadc
File tree
1 file changed
+1
-1
lines changed- spring-ai-docs/src/main/antora/modules/ROOT/pages/api
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
0 commit comments