You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ARCHITECTURE.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,9 +196,9 @@ This section shows comprehensive class diagrams for the proposed architecture. F
196
196
197
197
**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.
198
198
199
-
### Overview: Fluent API for AI consumption
199
+
### Overview: Fluent API for AI implementers
200
200
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.
202
202
203
203
```mermaid
204
204
---
@@ -272,9 +272,9 @@ direction LR
272
272
AiEntrypoint .. MessageBuilder : creates
273
273
```
274
274
275
-
### Overview: Traditional method call API for AI consumption
275
+
### Overview: Traditional method call API for AI implementers
276
276
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.
278
278
279
279
```mermaid
280
280
---
@@ -303,9 +303,9 @@ direction LR
303
303
}
304
304
```
305
305
306
-
### Overview: API for provider registration and implementation
306
+
### Overview: API for AI extenders
307
307
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.
309
309
310
310
```mermaid
311
311
---
@@ -336,7 +336,7 @@ direction LR
336
336
AiEntrypoint "1" o-- "1..*" AiProviderRegistry
337
337
```
338
338
339
-
### Details: Class diagram for AI consumption
339
+
### Details: Class diagram for AI implementers
340
340
341
341
```mermaid
342
342
---
@@ -634,7 +634,7 @@ direction LR
634
634
Result <|-- EmbeddingResult
635
635
```
636
636
637
-
### Details: Class diagram for AI provider registration and implementation
0 commit comments