Conversation
|
|
|
||
| message CreateSimulationRunRequest { | ||
| string agent_name = 1; | ||
| string agent_description = 2; |
There was a problem hiding this comment.
can you add comments on each field on what they are for?
There was a problem hiding this comment.
how do I create a simulation with existing personas/scenarios?
There was a problem hiding this comment.
scenarios aren't implemented yet
| } | ||
|
|
||
| service AgentSimulationService { | ||
| rpc CreateSimulationRun(CreateSimulationRunRequest) returns (CreateSimulationRunResponse); |
There was a problem hiding this comment.
already in simulation service
| rpc CreateSimulationRun(CreateSimulationRunRequest) returns (CreateSimulationRunResponse); | |
| rpc CreateRun(CreateSimulationRunRequest) returns (CreateSimulationRunResponse); |
There was a problem hiding this comment.
I think we should keep Simulation there tbh, no strong opinion tho
No description provided.