()
| 204 | } |
| 205 | |
| 206 | func (d *UIMessageDataToolUse) IsApproved() bool { |
| 207 | return d.Approval == "" || d.Approval == ApprovalUserApproved || d.Approval == ApprovalAutoApproved |
| 208 | } |
| 209 | |
| 210 | // when updating this struct, also modify frontend/app/aipanel/aitypes.ts WaveUIDataTypes.toolprogress |
| 211 | type UIMessageDataToolProgress struct { |
no outgoing calls
no test coverage detected