(s string)
| 1140 | } |
| 1141 | |
| 1142 | func (c *ModelConfig) SetFunctionCallString(s string) { |
| 1143 | c.functionCallString = s |
| 1144 | } |
| 1145 | |
| 1146 | func (c *ModelConfig) SetFunctionCallNameString(s string) { |
| 1147 | c.functionCallNameString = s |
no outgoing calls
no test coverage detected