MCPcopy
hub / github.com/mudler/LocalAI / SetFunctionCallString

Method SetFunctionCallString

core/config/model_config.go:1142–1144  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

1140}
1141
1142func (c *ModelConfig) SetFunctionCallString(s string) {
1143 c.functionCallString = s
1144}
1145
1146func (c *ModelConfig) SetFunctionCallNameString(s string) {
1147 c.functionCallNameString = s

Callers 5

MergeOpenResponsesConfigFunction · 0.80
convertAnthropicToolsFunction · 0.80
PredictMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected