FunctionCallRequest

data class FunctionCallRequest(val function: FunctionIdentification, val arguments: Map<String, Any>, val context: String)

Constructors

Link copied to clipboard
constructor(function: FunctionIdentification, arguments: Map<String, Any>, context: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard