com.github.frtu.kotlin.tool.StructuredTool.kt Maven / Gradle / Ivy
package com.github.frtu.kotlin.tool
import com.github.frtu.kotlin.action.execution.TypedAction
/**
* Structured `Tool` returning
*
* @author Frédéric TU
* @since 2.0.9
*/
interface StructuredTool : Tool, TypedAction