(ctx context.Context)
| 1292 | } |
| 1293 | |
| 1294 | func (ws *WshServer) GetWaveAIRateLimitCommand(ctx context.Context) (*uctypes.RateLimitInfo, error) { |
| 1295 | return aiusechat.GetGlobalRateLimit(), nil |
| 1296 | } |
| 1297 | |
| 1298 | func (ws *WshServer) WaveAIToolApproveCommand(ctx context.Context, data wshrpc.CommandWaveAIToolApproveData) error { |
| 1299 | return aiusechat.UpdateToolApproval(data.ToolCallId, data.Approval) |
nothing calls this directly
no test coverage detected