Skip to content

Commit 4b9a6c8

Browse files
committed
Consistently use AI implementers and extenders term.
1 parent eef847e commit 4b9a6c8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/ARCHITECTURE.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ This section shows comprehensive class diagrams for the proposed architecture. F
196196

197197
**Note:** The class diagrams are also not meant to be comprehensive in terms of any specific configuration keys or parameters which are or will be supported. For now, the relevant definitions don't include any specific parameter names or constants.
198198

199-
### Overview: Fluent API for AI consumption
199+
### Overview: Fluent API for AI implementers
200200

201-
This is a subset of the overall class diagram, purely focused on the fluent API for AI consumption.
201+
This is a subset of the overall class diagram, purely focused on the fluent API for AI implementers.
202202

203203
```mermaid
204204
---
@@ -272,9 +272,9 @@ direction LR
272272
AiEntrypoint .. MessageBuilder : creates
273273
```
274274

275-
### Overview: Traditional method call API for AI consumption
275+
### Overview: Traditional method call API for AI implementers
276276

277-
This is a subset of the overall class diagram, purely focused on the traditional method call API for AI consumption.
277+
This is a subset of the overall class diagram, purely focused on the traditional method call API for AI implementers.
278278

279279
```mermaid
280280
---
@@ -303,9 +303,9 @@ direction LR
303303
}
304304
```
305305

306-
### Overview: API for provider registration and implementation
306+
### Overview: API for AI extenders
307307

308-
This is a subset of the overall class diagram, purely focused on the API for provider registration and implementation.
308+
This is a subset of the overall class diagram, purely focused on the API for AI extenders.
309309

310310
```mermaid
311311
---
@@ -336,7 +336,7 @@ direction LR
336336
AiEntrypoint "1" o-- "1..*" AiProviderRegistry
337337
```
338338

339-
### Details: Class diagram for AI consumption
339+
### Details: Class diagram for AI implementers
340340

341341
```mermaid
342342
---
@@ -634,7 +634,7 @@ direction LR
634634
Result <|-- EmbeddingResult
635635
```
636636

637-
### Details: Class diagram for AI provider registration and implementation
637+
### Details: Class diagram for AI extenders
638638

639639
```mermaid
640640
---

0 commit comments

Comments
 (0)