AgentInputs constructor

AgentInputs({
  1. String? query,
  2. Map? variables,
})

Implementation

AgentInputs({this.query, this.variables});