ReportGeneratingService

A service that allows the agent to save a generated report directly to the ArtifactService.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
suspend fun readReport(context: ToolContext, filename: String): String

Retrieves a previously saved markdown report from the artifact service.

Link copied to clipboard
suspend fun saveReport(context: ToolContext, filename: String, content: String): String

Saves a generated markdown report to the artifact service.