McpPromptRequestData

@Serializable
data class McpPromptRequestData(val fullPrompt: String, val steps: List<String>)

Used to send a prompt to the MCP server.

Constructors

Link copied to clipboard
constructor(fullPrompt: String, steps: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard