File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -485,14 +485,14 @@ direction LR
485
485
}
486
486
class Result {
487
487
+getId() string
488
- +getUsage () TokenUsage
488
+ +getTokenUsage () TokenUsage
489
489
+getProviderMetadata() array< string, mixed >
490
490
+getJsonSchema() array< string, mixed >$
491
491
}
492
492
class GenerativeAiResult {
493
493
+getId() string
494
494
+getCandidates() Candidate[]
495
- +getUsage () TokenUsage
495
+ +getTokenUsage () TokenUsage
496
496
+getProviderMetadata() array< string, mixed >
497
497
+getJsonSchema() array< string, mixed >$
498
498
%% The following utility methods transform the result candidates into a specific shape.
@@ -510,7 +510,7 @@ direction LR
510
510
class EmbeddingResult {
511
511
+getId() string
512
512
+getEmbeddings() Embedding[]
513
- +getUsage () TokenUsage
513
+ +getTokenUsage () TokenUsage
514
514
+getProviderMetadata() array< string, mixed >
515
515
+getJsonSchema() array< string, mixed >$
516
516
}
You can’t perform that action at this time.
0 commit comments