()
| 649 | } |
| 650 | |
| 651 | func (cm *ChatModel) IsCallbacksEnabled() bool { |
| 652 | return true |
| 653 | } |
| 654 | |
| 655 | func (cm *ChatModel) WithTools(tools []*schema.ToolInfo) (fmodel.ToolCallingChatModel, error) { |
| 656 | if len(tools) == 0 { |
nothing calls this directly
no outgoing calls
no test coverage detected