JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
me.neurodock.llm.tools.serializer
ToolToJSON
Contents
Description
Method Summary
Method Details
toJSON(T)
Hide sidebar
Show sidebar
Interface ToolToJSON<
T extends
Tool
>
public interface
ToolToJSON<T extends
Tool
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
org.json.JSONObject
toJSON
(
T
tool)
Method Details
toJSON
org.json.JSONObject
toJSON
(
T
tool)
Parameters:
tool
- the tool to serialize
Returns:
the JSON representation of
tool
, in the shape this backend expects