hasCodeInterpreter property
bool
get
hasCodeInterpreter
Whether the assistant has code interpreter enabled.
Implementation
bool get hasCodeInterpreter => tools.any((t) => t is CodeInterpreterTool);
Whether the assistant has code interpreter enabled.
bool get hasCodeInterpreter => tools.any((t) => t is CodeInterpreterTool);