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