Skip to content

Commit 12efa5b

Browse files
YorniiWillam2004
authored andcommitted
docs: correct typo from 'are' to 'and' in advisors.adoc (spring-projects#4219)
Signed-off-by: Yornni <[email protected]> Signed-off-by: 家娃 <[email protected]>
1 parent 440d5e0 commit 12efa5b

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 changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/advisors.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ public Flux<ChatClientResponse> adviseStream(ChatClientRequest chatClientRequest
435435
* The `StreamResponseMode`, previously part of `ResponseAdvisor`, has been removed.
436436
* In 1.0.0 these interfaces have been replaced:
437437
** `CallAroundAdvisor` -> `CallAdvisor`, `StreamAroundAdvisor` -> `StreamAdvisor`, `CallAroundAdvisorChain` -> `CallAdvisorChain` and `StreamAroundAdvisorChain` -> `StreamAdvisorChain`.
438-
** `AdvisedRequest` -> `ChatClientRequest` are `AdivsedResponse` -> `ChatClientResponse`.
438+
** `AdvisedRequest` -> `ChatClientRequest` and `AdivsedResponse` -> `ChatClientResponse`.
439439

440440
=== Context Map Handling
441441

0 commit comments

Comments
 (0)