katarinasvedman-ms / agent-test

Testing the AI dev team repo
0 stars 0 forks source link

Developer.Implement chain for #54 #61

Open agent-app-kapeltol[bot] opened 4 months ago

agent-app-kapeltol[bot] commented 4 months ago

// Create a class named TodoItem with the properties: Id (Guid), Name (string), IsComplete (bool), DueDate (DateTime), Priority (int), and Category (string).