isOnlyAgentic method

bool isOnlyAgentic()

Checks if only agentic conversations are fetched. Android Reference: ConversationsRequest.isOnlyAgentic()

Implementation

bool isOnlyAgentic() => onlyAgentic ?? false;