WorkspaceAgentResponse

org.llm4s.shared.WorkspaceAgentResponse
See theWorkspaceAgentResponse companion object
sealed trait WorkspaceAgentResponse

Core trait for all workspace agent responses.

Responses are sent from the workspace agent back to the client in response to commands. Each response includes the commandId to correlate with the original request.

Attributes

See also

WorkspaceAgentCommand for corresponding commands

WorkspaceAgentErrorResponse for error cases

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def commandId: String

The commandId of the request this response corresponds to

The commandId of the request this response corresponds to

Attributes