File tree Expand file tree Collapse file tree 1 file changed +17
-20
lines changed Expand file tree Collapse file tree 1 file changed +17
-20
lines changed Original file line number Diff line number Diff line change @@ -535,16 +535,6 @@ direction LR
535535 }
536536 }
537537
538- namespace AiClientNamespace.Enums {
539- class ModalityEnum {
540- TEXT
541- DOCUMENT
542- IMAGE
543- AUDIO
544- VIDEO
545- }
546- }
547-
548538 namespace AiClientNamespace.Files.Contracts {
549539 class FileInterface {
550540 }
@@ -604,6 +594,13 @@ direction LR
604594 MODEL
605595 SYSTEM
606596 }
597+ class ModalityEnum {
598+ TEXT
599+ DOCUMENT
600+ IMAGE
601+ AUDIO
602+ VIDEO
603+ }
607604 }
608605
609606 namespace AiClientNamespace.Operations.Contracts {
@@ -648,16 +645,6 @@ direction LR
648645 }
649646 }
650647
651- namespace AiClientNamespace.Results.Enums {
652- class FinishReasonEnum {
653- STOP
654- LENGTH
655- CONTENT_FILTER
656- TOOL_CALLS
657- ERROR
658- }
659- }
660-
661648 namespace AiClientNamespace.Results.DTO {
662649 class Candidate {
663650 +getMessage() Message
@@ -698,6 +685,16 @@ direction LR
698685 }
699686 }
700687
688+ namespace AiClientNamespace.Results.Enums {
689+ class FinishReasonEnum {
690+ STOP
691+ LENGTH
692+ CONTENT_FILTER
693+ TOOL_CALLS
694+ ERROR
695+ }
696+ }
697+
701698 namespace AiClientNamespace.Tools.DTO {
702699 class FunctionCall {
703700 +getId() string
You can’t perform that action at this time.
0 commit comments