@@ -24,14 +24,14 @@ These modules encapsulate the core API domain logic for specific functionalities
2424
2525** Related Classes/Methods** :
2626
27- - < a href = " https://github.com/CodeBoarding/friendli-python/blob/main/src/friendli_core/chat.py#L18-L372 " target = " _blank " rel = " noopener noreferrer " > ` friendli_core.chat.SyncChat ` (18: 372)</ a >
28- - < a href = " https://github.com/CodeBoarding/friendli-python/blob/main/src/friendli_core/chat.py#L375-L729 " target = " _blank " rel = " noopener noreferrer " > ` friendli_core.chat.AsyncChat ` (375: 729)</ a >
29- - < a href = " https://github.com/CodeBoarding/friendli-python/blob/main/src/friendli_core/completions.py#L18-L194 " target = " _blank " rel = " noopener noreferrer " > ` friendli_core.completions.SyncCompletions ` (18: 194)</ a >
30- - < a href = " https://github.com/CodeBoarding/friendli-python/blob/main/src/friendli_core/completions.py#L197-L373 " target = " _blank " rel = " noopener noreferrer " > ` friendli_core.completions.AsyncCompletions ` (197: 373)</ a >
31- - < a href = " https://github.com/CodeBoarding/friendli-python/blob/main/src/friendli_core/dataset.py#L19-L1528 " target = " _blank " rel = " noopener noreferrer " > ` friendli_core.dataset.SyncDataset ` (19: 1528)</ a >
32- - < a href = " https://github.com/CodeBoarding/friendli-python/blob/main/src/friendli_core/dataset.py#L1531-L3040 " target = " _blank " rel = " noopener noreferrer " > ` friendli_core.dataset.AsyncDataset ` (1531: 3040)</ a >
33- - < a href = " https://github.com/CodeBoarding/friendli-python/blob/main/src/friendli_core/image.py#L18-L118 " target = " _blank " rel = " noopener noreferrer " > ` friendli_core.image.SyncImage ` (18: 118)</ a >
34- - < a href = " https://github.com/CodeBoarding/friendli-python/blob/main/src/friendli_core/image.py#L121-L221 " target = " _blank " rel = " noopener noreferrer " > ` friendli_core.image.AsyncImage ` (121: 221)</ a >
27+ - ` friendli_core.chat.SyncChat ` :18- 372
28+ - ` friendli_core.chat.AsyncChat ` :375- 729
29+ - ` friendli_core.completions.SyncCompletions ` :18- 194
30+ - ` friendli_core.completions.AsyncCompletions ` :197- 373
31+ - ` friendli_core.dataset.SyncDataset ` :19- 1528
32+ - ` friendli_core.dataset.AsyncDataset ` :1531- 3040
33+ - ` friendli_core.image.SyncImage ` :18- 118
34+ - ` friendli_core.image.AsyncImage ` :121- 221
3535
3636
3737### Security Utility
@@ -40,7 +40,7 @@ Responsible for securely retrieving and managing API credentials, typically from
4040
4141** Related Classes/Methods** :
4242
43- - < a href = " https://github.com/CodeBoarding/friendli-python/blob/main/src/friendli_core/utils/security.py#L57-L69 " target = " _blank " rel = " noopener noreferrer " > ` friendli_core.utils.security.get_security_from_env ` (57:69)</ a >
43+ - ` friendli_core.utils.security.get_security_from_env ` :57-69
4444
4545
4646### JSON Unmarshalling Utility
@@ -49,7 +49,7 @@ Handles the deserialization of JSON responses received from the Friendli API int
4949
5050** Related Classes/Methods** :
5151
52- - < a href = " https://github.com/CodeBoarding/friendli-python/blob/main/src/friendli_core/utils/unmarshal_json_response.py#L11-L24 " target = " _blank " rel = " noopener noreferrer " > ` friendli_core.utils.unmarshal_json_response.unmarshal_json_response ` (11:24)</ a >
52+ - ` friendli_core.utils.unmarshal_json_response.unmarshal_json_response ` :11-24
5353
5454
5555### Event Streaming Utility
@@ -58,8 +58,8 @@ Provides mechanisms for processing and managing streaming responses from the API
5858
5959** Related Classes/Methods** :
6060
61- - < a href = " https://github.com/CodeBoarding/friendli-python/blob/main/src/friendli_core/utils/eventstreaming.py#L19-L42 " target = " _blank " rel = " noopener noreferrer " > ` friendli_core.utils.eventstreaming.EventStream ` (19:42)</ a >
62- - < a href = " https://github.com/CodeBoarding/friendli-python/blob/main/src/friendli_core/utils/eventstreaming.py#L45-L68 " target = " _blank " rel = " noopener noreferrer " > ` friendli_core.utils.eventstreaming.EventStreamAsync ` (45:68)</ a >
61+ - ` friendli_core.utils.eventstreaming.EventStream ` :19-42
62+ - ` friendli_core.utils.eventstreaming.EventStreamAsync ` :45-68
6363
6464
6565### Hook Context Management
@@ -68,7 +68,7 @@ Manages an extensibility mechanism that allows developers to inject custom logic
6868
6969** Related Classes/Methods** :
7070
71- - < a href = " https://github.com/CodeBoarding/friendli-python/blob/main/src/friendli_core/_hooks/types.py#L11-L30 " target = " _blank " rel = " noopener noreferrer " > ` friendli_core._hooks.types.HookContext ` (11:30)</ a >
71+ - ` friendli_core._hooks.types.HookContext ` :11-30
7272
7373
7474
0 commit comments