Python: added embeddingsclient and redid chatclient (#132)

* added embeddingsclient and redid chatclient

* added to init

* added client tests

* fixed typing

* fixed slice import

* fixed pyright
This commit is contained in:
Eduard van Valkenburg
2025-07-07 18:43:54 +02:00
committed by GitHub
Unverified
parent d6c829cddf
commit 09309c1239
7 changed files with 316 additions and 67 deletions
+3 -1
View File
@@ -29,9 +29,11 @@ _IMPORTS = {
"ChatResponseUpdate": "._types",
"ChatRole": "._types",
"ErrorContent": "._types",
"ModelClient": "._types",
"GeneratedEmbeddings": "._types",
"ChatOptions": "._types",
"ChatToolMode": "._types",
"ChatClient": "._clients",
"EmbeddingGenerator": "._clients",
"InputGuardrail": ".guard_rails",
"OutputGuardrail": ".guard_rails",
}