DummyTool

Simple tool implementation for testing purposes. This tool accepts a placeholder parameter and returns a constant result.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
data class Args(val dummy: String = "") : ToolArgs

Represents the arguments for the DummyTool.

Properties

Link copied to clipboard
Link copied to clipboard
open override val descriptor: ToolDescriptor
Link copied to clipboard
Link copied to clipboard

A constant value representing the default result returned by the DummyTool.

Functions

Link copied to clipboard
Link copied to clipboard
open suspend override fun doExecute(args: DummyTool.Args): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun encodeResultToString(result: ToolResult.Text): String
Link copied to clipboard
Link copied to clipboard