copyWith method
_e
copyWith({
- _8? content,
- _10? toolCalls,
- _w resetToolCalls = _F,
- _10? appendToolCalls,
- _10? removeToolCalls,
Implementation
_e copyWith({_8? content,_10? toolCalls,_w resetToolCalls=_F,_10? appendToolCalls,_10? removeToolCalls,})=>_e(content: content??_H.content,toolCalls: ((resetToolCalls?_V[1]:(toolCalls??_H.toolCalls)) as _10).$u(appendToolCalls,removeToolCalls),);