MCPcopy Create free account
hub / github.com/cloudwego/eino-ext / IsCallbacksEnabled

Method IsCallbacksEnabled

components/model/arkbot/chatmodel.go:651–653  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

649}
650
651func (cm *ChatModel) IsCallbacksEnabled() bool {
652 return true
653}
654
655func (cm *ChatModel) WithTools(tools []*schema.ToolInfo) (fmodel.ToolCallingChatModel, error) {
656 if len(tools) == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected