()
| 776 | } |
| 777 | |
| 778 | func (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 | |
| 787 | type isToolCallContent_Type interface { |
| 788 | isToolCallContent_Type() |
no outgoing calls
no test coverage detected