RawTransformer<I, O> constructor
const
RawTransformer<I, O> ({})
Implementation
const RawTransformer({
required this.llm,
this.user,
required this.instructions,
this.tools = const [],
this.maxRecursiveToolCalls = 1,
});