MCPcopy
hub / github.com/google/ax / GetFunctionCall

Method GetFunctionCall

proto/content.pb.go:778–785  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

776}
777
778func (x *ToolCallContent) GetFunctionCall() *FunctionCallContent {
779 if x != nil {
780 if x, ok := x.Type.(*ToolCallContent_FunctionCall); ok {
781 return x.FunctionCall
782 }
783 }
784 return nil
785}
786
787type isToolCallContent_Type interface {
788 isToolCallContent_Type()

Callers 4

protoToContentsFunction · 0.80
FindToolCallIDFunction · 0.80
protoToContentsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected