functionDeclarations property

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

Raw Gemini-shaped function-declaration schemas, passed through as tools: [{functionDeclarations: ...}]. null omits the field.

Implementation

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