hasCodeInterpreter property

bool get hasCodeInterpreter

Whether the assistant has code interpreter enabled.

Implementation

bool get hasCodeInterpreter => tools.any((t) => t is CodeInterpreterTool);