Skip to content

Commit 60f2941

Browse files
T24: Change from discussion to fix — rawContent should be String
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bc6275f commit 60f2941

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

TASK_QUEUE.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
{
4545
"id": "T24",
4646
"title": "Discuss: Change ChatModelTypes.rawContent from Object to String",
47-
"description": "rawContent is Object but always cast to String. DABH suggests making it String. Cleaner but changes the JSON schema. If we ever need non-string content (multimodal), we'd have to change it back.",
47+
"description": "Change ChatModelTypes.Message rawContent from Object to String. Spring AI's Content.getText() returns String. We always cast to String on both sides anyway. Object type gives false flexibility that would ClassCastException at runtime.",
4848
"severity": "low",
49-
"category": "discussion",
49+
"category": "bugfix",
5050
"depends_on": [],
5151
"status": "todo",
52-
"notes": "DABH review comment: https://github.com/temporalio/sdk-java/pull/2829/files#r3054049714. Discuss with Don."
52+
"notes": "DABH review comment: https://github.com/temporalio/sdk-java/pull/2829/files#r3054049714. Verified Spring AI Message interface uses String, not Object."
5353
},
5454
{
5555
"id": "T25",

0 commit comments

Comments
 (0)