set_execution_description
Set or update an execution's description in the catalog to document what it accomplished and any notable results, using its RID and new description text.
Instructions
Set or update the description for an execution.
Updates the execution's description in the catalog. Good descriptions help users understand what the execution accomplished and any notable results.
Args: execution_rid: RID of the execution to update. description: New description text.
Returns: JSON with status, execution_rid, description.
Example: set_execution_description("2-XYZ", "Training run with lr=0.001, achieved 95% accuracy")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | ||
| execution_rid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |