ActionMetadata<Input, Output, Chunk, Init> constructor
ActionMetadata<Input, Output, Chunk, Init> ({})
Implementation
ActionMetadata({
required this.name,
this.actionType = 'custom', // Default or required?
this.description,
this.inputSchema,
this.outputSchema,
this.streamSchema,
this.initSchema,
Map<String, dynamic>? metadata,
}) : metadata = metadata ?? {};