ClientToolConfigOutput constructor
const
ClientToolConfigOutput({})
Implementation
const ClientToolConfigOutput({
this.id,
required this.name,
required this.description,
this.responseTimeoutSecs,
this.type,
this.parameters,
this.expectsResponse,
this.dynamicVariables,
});