Lfm2ChatTemplate constructor

const Lfm2ChatTemplate({
  1. LfmToolTagStyle toolTagStyle = LfmToolTagStyle.lfm2,
  2. LfmToolCallSyntax toolCallSyntax = LfmToolCallSyntax.pythonic,
})

Creates an LFM prompt renderer.

Implementation

const Lfm2ChatTemplate({
  this.toolTagStyle = LfmToolTagStyle.lfm2,
  this.toolCallSyntax = LfmToolCallSyntax.pythonic,
});