public abstract class ToolCallBase extends Object
| 构造器和说明 |
|---|
ToolCallBase() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract String |
getId() |
abstract Integer |
getIndex() |
static Map<String,Class<?>> |
getRegisteredTools() |
static Class<?> |
getToolCallClass(String toolType) |
abstract String |
getType() |
protected static void |
registerToolCall(String toolType,
Class<? extends ToolCallBase> clazz) |
Copyright © 2025. All rights reserved.