tools property

List<Map<String, Object?>>? tools
final

Raw OpenAI-shaped function/tool schemas, passed through as tools in the request body. null omits the field.

Implementation

final List<Map<String, Object?>>? tools;