You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/spikes/gulf_genkit_eval/GEMINI.md
+31-11Lines changed: 31 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ This document outlines the validation rules that should be implemented in the `v
4
4
5
5
Each message corresponds to one of the four message schemas: `stream_header.json`, `component_update.json`, `data_model_update.json`, or `begin_rendering.json`.
6
6
7
+
## `StreamHeader` Message Rules
8
+
9
+
***Required**: Must have a `version` property.
10
+
* No other properties are allowed.
11
+
7
12
## `ComponentUpdate` Message Rules
8
13
9
14
### 1. Component ID Integrity
@@ -13,39 +18,54 @@ Each message corresponds to one of the four message schemas: `stream_header.json
13
18
14
19
### 2. Component-Specific Property Rules
15
20
16
-
For each component in the `components` array, the following rules apply based on its `type`:
21
+
For each component in the `components` array, the following rules apply:
0 commit comments