Lfm2ChatTemplate constructor
const
Lfm2ChatTemplate({
- LfmToolTagStyle toolTagStyle = LfmToolTagStyle.lfm2,
- LfmToolCallSyntax toolCallSyntax = LfmToolCallSyntax.pythonic,
Creates an LFM prompt renderer.
Implementation
const Lfm2ChatTemplate({
this.toolTagStyle = LfmToolTagStyle.lfm2,
this.toolCallSyntax = LfmToolCallSyntax.pythonic,
});