ActionFunctionRegister constructor
ActionFunctionRegister({
- String functionId = '',
- String functionName = '',
- List<
FunctionRegisterParameter> parameters = const [], - String resultTypeName = '',
- bool isEnumerable = false,
- String enumerableItemTypeName = '',
- bool isCancellable = false,
- String description = '',
- bool llmInlineResult = false,
- bool llmCallOnlyOnce = false,
- bool requiresInstance = false,
- List<
String> versions = const [],
Implementation
ActionFunctionRegister({
this.functionId = '',
this.functionName = '',
this.parameters = const [],
this.resultTypeName = '',
this.isEnumerable = false,
this.enumerableItemTypeName = '',
this.isCancellable = false,
this.description = '',
this.llmInlineResult = false,
this.llmCallOnlyOnce = false,
this.requiresInstance = false,
this.versions = const [],
});