ToolUseExample constructor
ToolUseExample({
- ToolUseExample_ExtensionOperation? extensionOperation,
- String? functionName,
- required String displayName,
- required String query,
- Struct? requestParams,
- Struct? responseParams,
- String responseSummary = '',
Implementation
ToolUseExample({
this.extensionOperation,
this.functionName,
required this.displayName,
required this.query,
this.requestParams,
this.responseParams,
this.responseSummary = '',
}) : super(fullyQualifiedName);