(ctx context.Context)
| 43 | } |
| 44 | |
| 45 | func (t *DeveloperAgent) CheckAccess(ctx context.Context) (bool, error) { |
| 46 | return checkDeveloperAccess(ctx, t.Runtime, true) |
| 47 | } |
| 48 | |
| 49 | func (t *DeveloperAgent) Handler(ctx context.Context, args *DeveloperAgentArgs) (*DeveloperAgentResult, error) { |
| 50 | // Generate the prompts |
nothing calls this directly
no test coverage detected