SystemToolConfigOutput constructor
const
SystemToolConfigOutput({})
Implementation
const SystemToolConfigOutput({
this.id,
required this.name,
required this.description,
this.responseTimeoutSecs,
this.type,
required this.params,
});