()
| 676 | } |
| 677 | |
| 678 | func (x *RecordToolUsageRequest) GetCreatedAt() *timestamppb.Timestamp { |
| 679 | if x != nil { |
| 680 | return x.CreatedAt |
| 681 | } |
| 682 | return nil |
| 683 | } |
| 684 | |
| 685 | func (x *RecordToolUsageRequest) GetToolCallId() string { |
| 686 | if x != nil { |
no outgoing calls