Skip to content

Commit 50f61ce

Browse files
committed
Resolving some namespace typos
1 parent d347c7a commit 50f61ce

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/ARCHITECTURE.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,14 @@ direction LR
596596
}
597597
}
598598
599+
namespace AiClient.Operations.Contracts {
600+
class OperationInterface {
601+
+getId() string
602+
+getState() OperationStateEnum
603+
+getJsonSchema() array< string, mixed >$
604+
}
605+
}
606+
599607
namespace AiClient.Operations.DTO {
600608
class EmbeddingOperation {
601609
+getId() string
@@ -611,15 +619,7 @@ direction LR
611619
}
612620
}
613621
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 {
623623
class ModalityEnum {
624624
TEXT
625625
DOCUMENT

0 commit comments

Comments
 (0)