public static class AIGuard.ToolCall.Function extends Object
| Constructor and Description |
|---|
Function(String name,
String arguments)
Creates a new function with the specified name and arguments.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getArguments()
Returns the function arguments as a JSON string.
|
String |
getName()
Returns the name of the function to call.
|