Create World Model
lyzr_world_model_createBuild a world model from a source agent ID to simulate its behavior and test scenarios. Returns a world model ID for use in further operations.
Instructions
Create a world model (a simulation clone) from a source agent. Returns the world_model_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional name for the world model | |
| source_agent_id | Yes | The agent id to build the world model from |