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