()
| 1509 | } |
| 1510 | |
| 1511 | func (x *Content) GetConfirmation() *ConfirmationContent { |
| 1512 | if x != nil { |
| 1513 | if x, ok := x.Type.(*Content_Confirmation); ok { |
| 1514 | return x.Confirmation |
| 1515 | } |
| 1516 | } |
| 1517 | return nil |
| 1518 | } |
| 1519 | |
| 1520 | func (x *Content) GetToolCall() *ToolCallContent { |
| 1521 | if x != nil { |
no outgoing calls