Skip to content

Commit 6b90f5c

Browse files
pontemontiCopilot
andauthored
Update docs/prd/azure-ai-foundry-chat-history-api-tasks.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4cd3027 commit 6b90f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/prd/azure-ai-foundry-chat-history-api-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Implement a private helper method that converts a sequence of Azure AI Foundry `
193193
- [ ] Maps `message.created_at` to `ChatHistoryMessage.timestamp`
194194
- [ ] Uses `_extract_content_from_message()` for content extraction
195195
- [ ] Returns empty list if all messages filtered (logs warning)
196-
- [ ] Generates UUID for messages without ID (fallback, though PRD says skip - verify behavior)
196+
- [ ] Skips messages without ID (no UUID generated; logs warning)
197197
- [ ] Type hints on parameters and return type
198198
- [ ] Comprehensive docstring
199199

0 commit comments

Comments
 (0)