(maxTokens int, model string, thinkingBudgetTokens *int)
| 946 | } |
| 947 | } |
| 948 | for _, event := range e.drainSkillPermissionEvents() { |
| 949 | sendStream(ctx, out, event) |
| 950 | } |
| 951 | toolResults = append(toolResults, executor.GetCompletedResults()...) |
| 952 | toolResults = append(toolResults, executor.GetRemainingResults(ctx)...) |
| 953 | for _, progress := range executor.DrainProgress() { |
| 954 | sendStream(ctx, out, BuildProgressEvent(progress)) |
| 955 | } |
| 956 | for _, tr := range toolResults { |
no test coverage detected