()
| 858 | } |
| 859 | |
| 860 | func (x *ToolResultContent) GetFunctionResult() *FunctionResultContent { |
| 861 | if x != nil { |
| 862 | if x, ok := x.Type.(*ToolResultContent_FunctionResult); ok { |
| 863 | return x.FunctionResult |
| 864 | } |
| 865 | } |
| 866 | return nil |
| 867 | } |
| 868 | |
| 869 | type isToolResultContent_Type interface { |
| 870 | isToolResultContent_Type() |
no outgoing calls