public class RefererFunctionTool extends Object implements FunctionTool
| Constructor and Description |
|---|
RefererFunctionTool(String name,
String description,
org.noear.snack.ONode inputSchema,
Function<Map<String,Object>,String> handler) |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
描述
|
String |
handle(Map<String,Object> args)
处理
|
org.noear.snack.ONode |
inputSchema()
输入架构
|
String |
name()
名字
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittypepublic String name()
FunctionToolname in interface FunctionToolpublic String description()
FunctionTooldescription in interface FunctionToolpublic org.noear.snack.ONode inputSchema()
FunctionToolinputSchema in interface FunctionToolpublic String handle(Map<String,Object> args) throws Throwable
FunctionToolhandle in interface FunctionToolThrowableCopyright © 2025. All rights reserved.