|
1 | 1 | # Reference |
2 | 2 | ## Copilots |
3 | | -<details><summary><code>client.copilots.<a href="src/credal/copilots/client.py">create_copilot</a>(...)</code></summary> |
| 3 | +<details><summary><code>client.copilots.<a href="src/credal/copilots/client.py">create_copilot</a>(...) -> AsyncHttpResponse[CreateCopilotResponse]</code></summary> |
4 | 4 | <dl> |
5 | 5 | <dd> |
6 | 6 |
|
@@ -94,7 +94,7 @@ client.copilots.create_copilot( |
94 | 94 | </dl> |
95 | 95 | </details> |
96 | 96 |
|
97 | | -<details><summary><code>client.copilots.<a href="src/credal/copilots/client.py">create_conversation</a>(...)</code></summary> |
| 97 | +<details><summary><code>client.copilots.<a href="src/credal/copilots/client.py">create_conversation</a>(...) -> AsyncHttpResponse[CreateConversationResponse]</code></summary> |
98 | 98 | <dl> |
99 | 99 | <dd> |
100 | 100 |
|
@@ -177,7 +177,7 @@ client.copilots.create_conversation( |
177 | 177 | </dl> |
178 | 178 | </details> |
179 | 179 |
|
180 | | -<details><summary><code>client.copilots.<a href="src/credal/copilots/client.py">provide_message_feedback</a>(...)</code></summary> |
| 180 | +<details><summary><code>client.copilots.<a href="src/credal/copilots/client.py">provide_message_feedback</a>(...) -> AsyncHttpResponse[None]</code></summary> |
181 | 181 | <dl> |
182 | 182 | <dd> |
183 | 183 |
|
@@ -271,7 +271,7 @@ client.copilots.provide_message_feedback( |
271 | 271 | </dl> |
272 | 272 | </details> |
273 | 273 |
|
274 | | -<details><summary><code>client.copilots.<a href="src/credal/copilots/client.py">send_message</a>(...)</code></summary> |
| 274 | +<details><summary><code>client.copilots.<a href="src/credal/copilots/client.py">send_message</a>(...) -> AsyncHttpResponse[SendAgentMessageResponse]</code></summary> |
275 | 275 | <dl> |
276 | 276 | <dd> |
277 | 277 |
|
@@ -387,7 +387,7 @@ client.copilots.send_message( |
387 | 387 | </dl> |
388 | 388 | </details> |
389 | 389 |
|
390 | | -<details><summary><code>client.copilots.<a href="src/credal/copilots/client.py">stream_message</a>(...)</code></summary> |
| 390 | +<details><summary><code>client.copilots.<a href="src/credal/copilots/client.py">stream_message</a>(...) -> typing.AsyncIterator[AsyncHttpResponse[typing.AsyncIterator[StreamingChunk]]]</code></summary> |
391 | 391 | <dl> |
392 | 392 | <dd> |
393 | 393 |
|
@@ -519,7 +519,7 @@ for chunk in response.data: |
519 | 519 | </dl> |
520 | 520 | </details> |
521 | 521 |
|
522 | | -<details><summary><code>client.copilots.<a href="src/credal/copilots/client.py">add_collection_to_copilot</a>(...)</code></summary> |
| 522 | +<details><summary><code>client.copilots.<a href="src/credal/copilots/client.py">add_collection_to_copilot</a>(...) -> AsyncHttpResponse[None]</code></summary> |
523 | 523 | <dl> |
524 | 524 | <dd> |
525 | 525 |
|
@@ -604,7 +604,7 @@ client.copilots.add_collection_to_copilot( |
604 | 604 | </dl> |
605 | 605 | </details> |
606 | 606 |
|
607 | | -<details><summary><code>client.copilots.<a href="src/credal/copilots/client.py">remove_collection_from_copilot</a>(...)</code></summary> |
| 607 | +<details><summary><code>client.copilots.<a href="src/credal/copilots/client.py">remove_collection_from_copilot</a>(...) -> AsyncHttpResponse[None]</code></summary> |
608 | 608 | <dl> |
609 | 609 | <dd> |
610 | 610 |
|
@@ -689,7 +689,7 @@ client.copilots.remove_collection_from_copilot( |
689 | 689 | </dl> |
690 | 690 | </details> |
691 | 691 |
|
692 | | -<details><summary><code>client.copilots.<a href="src/credal/copilots/client.py">update_configuration</a>(...)</code></summary> |
| 692 | +<details><summary><code>client.copilots.<a href="src/credal/copilots/client.py">update_configuration</a>(...) -> AsyncHttpResponse[None]</code></summary> |
693 | 693 | <dl> |
694 | 694 | <dd> |
695 | 695 |
|
@@ -781,7 +781,7 @@ client.copilots.update_configuration( |
781 | 781 | </dl> |
782 | 782 | </details> |
783 | 783 |
|
784 | | -<details><summary><code>client.copilots.<a href="src/credal/copilots/client.py">delete_copilot</a>(...)</code></summary> |
| 784 | +<details><summary><code>client.copilots.<a href="src/credal/copilots/client.py">delete_copilot</a>(...) -> AsyncHttpResponse[DeleteCopilotResponse]</code></summary> |
785 | 785 | <dl> |
786 | 786 | <dd> |
787 | 787 |
|
@@ -841,7 +841,7 @@ client.copilots.delete_copilot( |
841 | 841 | </dl> |
842 | 842 | </details> |
843 | 843 |
|
844 | | -<details><summary><code>client.copilots.<a href="src/credal/copilots/client.py">export</a>(...)</code></summary> |
| 844 | +<details><summary><code>client.copilots.<a href="src/credal/copilots/client.py">export</a>(...) -> AsyncHttpResponse[ExportCopilotsResponse]</code></summary> |
845 | 845 | <dl> |
846 | 846 | <dd> |
847 | 847 |
|
@@ -965,7 +965,7 @@ client.copilots.export( |
965 | 965 | </details> |
966 | 966 |
|
967 | 967 | ## DocumentCatalog |
968 | | -<details><summary><code>client.document_catalog.<a href="src/credal/document_catalog/client.py">upload_document_contents</a>(...)</code></summary> |
| 968 | +<details><summary><code>client.document_catalog.<a href="src/credal/document_catalog/client.py">upload_document_contents</a>(...) -> AsyncHttpResponse[UploadDocumentResponse]</code></summary> |
969 | 969 | <dl> |
970 | 970 | <dd> |
971 | 971 |
|
@@ -1105,7 +1105,7 @@ client.document_catalog.upload_document_contents( |
1105 | 1105 | </dl> |
1106 | 1106 | </details> |
1107 | 1107 |
|
1108 | | -<details><summary><code>client.document_catalog.<a href="src/credal/document_catalog/client.py">sync_source_by_url</a>(...)</code></summary> |
| 1108 | +<details><summary><code>client.document_catalog.<a href="src/credal/document_catalog/client.py">sync_source_by_url</a>(...) -> AsyncHttpResponse[SyncSourceByUrlResponse]</code></summary> |
1109 | 1109 | <dl> |
1110 | 1110 | <dd> |
1111 | 1111 |
|
@@ -1184,7 +1184,7 @@ client.document_catalog.sync_source_by_url( |
1184 | 1184 | </dl> |
1185 | 1185 | </details> |
1186 | 1186 |
|
1187 | | -<details><summary><code>client.document_catalog.<a href="src/credal/document_catalog/client.py">metadata</a>(...)</code></summary> |
| 1187 | +<details><summary><code>client.document_catalog.<a href="src/credal/document_catalog/client.py">metadata</a>(...) -> AsyncHttpResponse[None]</code></summary> |
1188 | 1188 | <dl> |
1189 | 1189 | <dd> |
1190 | 1190 |
|
@@ -1281,7 +1281,7 @@ client.document_catalog.metadata( |
1281 | 1281 | </details> |
1282 | 1282 |
|
1283 | 1283 | ## DocumentCollections |
1284 | | -<details><summary><code>client.document_collections.<a href="src/credal/document_collections/client.py">add_documents_to_collection</a>(...)</code></summary> |
| 1284 | +<details><summary><code>client.document_collections.<a href="src/credal/document_collections/client.py">add_documents_to_collection</a>(...) -> AsyncHttpResponse[None]</code></summary> |
1285 | 1285 | <dl> |
1286 | 1286 | <dd> |
1287 | 1287 |
|
@@ -1374,7 +1374,7 @@ client.document_collections.add_documents_to_collection( |
1374 | 1374 | </dl> |
1375 | 1375 | </details> |
1376 | 1376 |
|
1377 | | -<details><summary><code>client.document_collections.<a href="src/credal/document_collections/client.py">remove_documents_from_collection</a>(...)</code></summary> |
| 1377 | +<details><summary><code>client.document_collections.<a href="src/credal/document_collections/client.py">remove_documents_from_collection</a>(...) -> AsyncHttpResponse[None]</code></summary> |
1378 | 1378 | <dl> |
1379 | 1379 | <dd> |
1380 | 1380 |
|
@@ -1467,7 +1467,7 @@ client.document_collections.remove_documents_from_collection( |
1467 | 1467 | </dl> |
1468 | 1468 | </details> |
1469 | 1469 |
|
1470 | | -<details><summary><code>client.document_collections.<a href="src/credal/document_collections/client.py">list_documents_in_collection</a>(...)</code></summary> |
| 1470 | +<details><summary><code>client.document_collections.<a href="src/credal/document_collections/client.py">list_documents_in_collection</a>(...) -> AsyncHttpResponse[ListDocumentsInCollectionResponse]</code></summary> |
1471 | 1471 | <dl> |
1472 | 1472 | <dd> |
1473 | 1473 |
|
@@ -1541,7 +1541,7 @@ client.document_collections.list_documents_in_collection( |
1541 | 1541 | </dl> |
1542 | 1542 | </details> |
1543 | 1543 |
|
1544 | | -<details><summary><code>client.document_collections.<a href="src/credal/document_collections/client.py">create_collection</a>(...)</code></summary> |
| 1544 | +<details><summary><code>client.document_collections.<a href="src/credal/document_collections/client.py">create_collection</a>(...) -> AsyncHttpResponse[CreateCollectionResponse]</code></summary> |
1545 | 1545 | <dl> |
1546 | 1546 | <dd> |
1547 | 1547 |
|
@@ -1635,7 +1635,7 @@ client.document_collections.create_collection( |
1635 | 1635 | </dl> |
1636 | 1636 | </details> |
1637 | 1637 |
|
1638 | | -<details><summary><code>client.document_collections.<a href="src/credal/document_collections/client.py">delete_collection</a>(...)</code></summary> |
| 1638 | +<details><summary><code>client.document_collections.<a href="src/credal/document_collections/client.py">delete_collection</a>(...) -> AsyncHttpResponse[DeleteCollectionResponse]</code></summary> |
1639 | 1639 | <dl> |
1640 | 1640 | <dd> |
1641 | 1641 |
|
@@ -1709,7 +1709,7 @@ client.document_collections.delete_collection( |
1709 | 1709 | </dl> |
1710 | 1710 | </details> |
1711 | 1711 |
|
1712 | | -<details><summary><code>client.document_collections.<a href="src/credal/document_collections/client.py">create_mongo_collection_sync</a>(...)</code></summary> |
| 1712 | +<details><summary><code>client.document_collections.<a href="src/credal/document_collections/client.py">create_mongo_collection_sync</a>(...) -> AsyncHttpResponse[MongoCollectionSyncResponse]</code></summary> |
1713 | 1713 | <dl> |
1714 | 1714 | <dd> |
1715 | 1715 |
|
@@ -1815,7 +1815,7 @@ client.document_collections.create_mongo_collection_sync( |
1815 | 1815 | </dl> |
1816 | 1816 | </details> |
1817 | 1817 |
|
1818 | | -<details><summary><code>client.document_collections.<a href="src/credal/document_collections/client.py">update_mongo_collection_sync</a>(...)</code></summary> |
| 1818 | +<details><summary><code>client.document_collections.<a href="src/credal/document_collections/client.py">update_mongo_collection_sync</a>(...) -> AsyncHttpResponse[MongoCollectionSyncResponse]</code></summary> |
1819 | 1819 | <dl> |
1820 | 1820 | <dd> |
1821 | 1821 |
|
@@ -1924,7 +1924,7 @@ client.document_collections.update_mongo_collection_sync( |
1924 | 1924 | </details> |
1925 | 1925 |
|
1926 | 1926 | ## Search |
1927 | | -<details><summary><code>client.search.<a href="src/credal/search/client.py">search_document_collection</a>(...)</code></summary> |
| 1927 | +<details><summary><code>client.search.<a href="src/credal/search/client.py">search_document_collection</a>(...) -> AsyncHttpResponse[SearchDocumentCollectionResponse]</code></summary> |
1928 | 1928 | <dl> |
1929 | 1929 | <dd> |
1930 | 1930 |
|
@@ -2057,7 +2057,7 @@ client.search.search_document_collection( |
2057 | 2057 | </details> |
2058 | 2058 |
|
2059 | 2059 | ## Users |
2060 | | -<details><summary><code>client.users.<a href="src/credal/users/client.py">metadata</a>(...)</code></summary> |
| 2060 | +<details><summary><code>client.users.<a href="src/credal/users/client.py">metadata</a>(...) -> AsyncHttpResponse[None]</code></summary> |
2061 | 2061 | <dl> |
2062 | 2062 | <dd> |
2063 | 2063 |
|
|
0 commit comments