Lfm2ChatFormat constructor

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

Implementation

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