(record AgentTaskNextRecord)
| 3087 | } |
| 3088 | |
| 3089 | func agentTaskNextBundle(record AgentTaskNextRecord) outputBundle { |
| 3090 | return outputBundle{ |
| 3091 | jsonValue: record, |
| 3092 | human: func() (string, error) { |
| 3093 | return renderJSONPreview(record) |
| 3094 | }, |
| 3095 | toon: func() (string, error) { |
| 3096 | return renderJSONPreview(record) |
| 3097 | }, |
| 3098 | } |
| 3099 | } |
| 3100 | |
| 3101 | func agentTaskLeaseBundle(record AgentTaskLeaseRecord) outputBundle { |
| 3102 | return outputBundle{ |
no test coverage detected