AgentAIConnector constructor

const AgentAIConnector({
  1. required AgentAIConnectorType type,
  2. String? baseUrl,
  3. String? apiKey,
  4. required String model,
})

Implementation

const AgentAIConnector({
  required this.type,
  this.baseUrl,
  this.apiKey,
  required this.model,
});