get_latest_build_session
Retrieve raw VerseBuild log lines from the most recent compile session to examine errors and info for full build context.
Instructions
Get all VerseBuild log lines from the most recent build session.
Returns the raw VerseBuild output lines (both errors and info) from the latest compile session, useful for understanding the full build context.
Returns: str: JSON with fields: - lines (list[str]): Raw VerseBuild log lines - count (int): Number of lines found - log_exists (bool): Whether the log file was found
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |