Skip to content

Commit

Permalink
Update mira-version.txt (#6355)
Browse files Browse the repository at this point in the history
Co-authored-by: Nelson Liu <[email protected]>
  • Loading branch information
YohannParis and liunelson authored Feb 3, 2025
1 parent 5775772 commit 8453cff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,19 +127,20 @@ let activeOutputModelId: string | null = null;
let editor: VAceEditorInstance['_editor'] | null;
const sampleAgentQuestions = [
'Add a new transition from S to R with the name vaccine with the rate of v and unit Days.',
'Add a new transition from S to R with the name vaccine with the rate of v and unit Days',
'Add a new transition from I to D. Name the transition death that has a dependency on R. The rate is I*R*u with unit Days',
'Add a new transition (from nowhere) to S with a rate constant of f with unit Days.',
'Add a new transition (from nowhere) to S with a rate constant of f with unit Days. The rate depends on R.',
'Add a new transition (from nowhere) to S with a rate constant of f with unit Days',
'Add a new transition (from nowhere) to S with a rate constant of f with unit Days. The rate depends on R',
'Add a new transition from S (to nowhere) with a rate constant of v with unit Days',
'Add a new transition from S (to nowhere) with a rate constant of v with unit Days. The Rate depends on R',
'Add an observable titled sample with the expression A * B * p.',
'Add a new parameter with id θ and value 0.5.',
'Rename the state S to Susceptible in the infection transition.',
'Rename the transition infection to inf.',
'Change rate law of inf to S * I * z.',
'Add an observable titled sample with the expression "A * B * p"',
'Add a new parameter with id "θ" and value 0.5',
'Rename the state "S" to "Susceptible" in the "infection" transition',
'Rename the transition "infection" to "inf"',
'Rename the parameter "k" to "m"',
'Change rate law of inf to S * I * z',
'Remove all unused parameters',
'Remove the parameter θ',
'Remove the parameter "θ"',
'Specify the time unit of the model to be "day"',
'Add a new transition that represents the states "Infected", "Hospitalized" controlling the production of the state "WastewaterViralLoad" with rate law "shed_rate * (Infected + Hospitalized)"',
'Add a new transition that represents the states "Susceptible", "Infected", "Recovered" controlling the degradation of the state "Hospitalized" with rate law "rec_rate * Hospitalized / (Susceptible + Infected + Recovered)"',
Expand Down
2 changes: 1 addition & 1 deletion packages/mira/mira-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7c812607c18da2d77ed39a81594468370629506d
d2ff11cbabb509134198564d911adb4d54cec68f

0 comments on commit 8453cff

Please sign in to comment.