Skip to content

Commit e09482c

Browse files
authored
docs: correct typo from 'are' to 'and' in advisors.adoc (#4219)
Signed-off-by: Yornni <[email protected]>
1 parent a0ad921 commit e09482c

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)