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
535
535
}
536
536
}
537
537
538
- namespace AiClientNamespace.Enums {
539
- class ModalityEnum {
540
- TEXT
541
- DOCUMENT
542
- IMAGE
543
- AUDIO
544
- VIDEO
545
- }
546
- }
547
-
548
538
namespace AiClientNamespace.Files.Contracts {
549
539
class FileInterface {
550
540
}
@@ -604,6 +594,13 @@ direction LR
604
594
MODEL
605
595
SYSTEM
606
596
}
597
+ class ModalityEnum {
598
+ TEXT
599
+ DOCUMENT
600
+ IMAGE
601
+ AUDIO
602
+ VIDEO
603
+ }
607
604
}
608
605
609
606
namespace AiClientNamespace.Operations.Contracts {
@@ -648,16 +645,6 @@ direction LR
648
645
}
649
646
}
650
647
651
- namespace AiClientNamespace.Results.Enums {
652
- class FinishReasonEnum {
653
- STOP
654
- LENGTH
655
- CONTENT_FILTER
656
- TOOL_CALLS
657
- ERROR
658
- }
659
- }
660
-
661
648
namespace AiClientNamespace.Results.DTO {
662
649
class Candidate {
663
650
+getMessage() Message
@@ -698,6 +685,16 @@ direction LR
698
685
}
699
686
}
700
687
688
+ namespace AiClientNamespace.Results.Enums {
689
+ class FinishReasonEnum {
690
+ STOP
691
+ LENGTH
692
+ CONTENT_FILTER
693
+ TOOL_CALLS
694
+ ERROR
695
+ }
696
+ }
697
+
701
698
namespace AiClientNamespace.Tools.DTO {
702
699
class FunctionCall {
703
700
+getId() string
You can’t perform that action at this time.
0 commit comments