Method Code
Code()
Creates a code agent template.
public static CodeAgentTemplate Code()
Returns
Code(LM)
Creates a code agent template with a model.
public static CodeAgentTemplate Code(LM model)
Parameters
modelLMThe model to use.
Creates a code agent template.
public static CodeAgentTemplate Code()
Creates a code agent template with a model.
public static CodeAgentTemplate Code(LM model)
model LMThe model to use.