File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -596,6 +596,14 @@ direction LR
596
596
}
597
597
}
598
598
599
+ namespace AiClient.Operations.Contracts {
600
+ class OperationInterface {
601
+ +getId() string
602
+ +getState() OperationStateEnum
603
+ +getJsonSchema() array< string, mixed >$
604
+ }
605
+ }
606
+
599
607
namespace AiClient.Operations.DTO {
600
608
class EmbeddingOperation {
601
609
+getId() string
@@ -611,15 +619,7 @@ direction LR
611
619
}
612
620
}
613
621
614
- namespace AiClient.Providers.Models.Contracts {
615
- class OperationInterface {
616
- +getId() string
617
- +getState() OperationStateEnum
618
- +getJsonSchema() array< string, mixed >$
619
- }
620
- }
621
-
622
- namespace AiClient.Provider.Models.Enums {
622
+ namespace AiClient.Providers.Models.Enums {
623
623
class ModalityEnum {
624
624
TEXT
625
625
DOCUMENT
You can’t perform that action at this time.
0 commit comments