We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639d627 commit f7e8f69Copy full SHA for f7e8f69
docs/ARCHITECTURE.md
@@ -529,6 +529,12 @@ direction LR
529
+getParts() MessagePart[]
530
+getJsonSchema() array< string, mixed >$
531
}
532
+ class UserMessage {
533
+ }
534
+ class ModelMessage {
535
536
+ class SystemMessage {
537
538
class MessagePart {
539
+getType() MessagePartType
540
+getText() string?
@@ -731,6 +737,9 @@ direction LR
731
737
File <|-- InlineFile
732
738
File <|-- RemoteFile
733
739
File <|-- LocalFile
740
+ Message <|-- UserMessage
741
+ Message <|-- ModelMessage
742
+ Message <|-- SystemMessage
734
743
Operation <|-- GenerativeAiOperation
735
744
Operation <|-- EmbeddingOperation
736
745
Result <|-- GenerativeAiResult
0 commit comments