AgentSpec constructor

AgentSpec({
  1. Map<String, Object?>? content,
  2. String? type,
})

Implementation

AgentSpec({this.content, this.type});