()
| 1654 | } |
| 1655 | |
| 1656 | func (r FileSearchToolParam) MarshalJSON() (data []byte, err error) { |
| 1657 | type shadow FileSearchToolParam |
| 1658 | return param.MarshalObject(r, (*shadow)(&r)) |
| 1659 | } |
| 1660 | func (r *FileSearchToolParam) UnmarshalJSON(data []byte) error { |
| 1661 | return apijson.UnmarshalRoot(data, r) |
| 1662 | } |
nothing calls this directly
no test coverage detected