环境:win10
trae:3.3.75
mimoCode:0.16
问题:这些开发工具只能提取到其content内容,而不能读取到structured中的结构数据。
示例:trae调用collection_list返回的RAW为:{
"content": [
{
"type": "text",
"text": "Found 4 collections."
}
],
"structuredContent": {
"items": [
"9284ae50-5143-4ce4-9ca3-f30fe69846eb",
"d7d5a370-174a-4483-a83c-ca9a8ea6e90c",
"41a469fd-82e1-46c6-8801-d1145fb16865",
"bd63d261-a70e-4bb8-9e8b-d4b37ee4e44a"
]
但trae能识别的只有content的Found 4 collections.。而不能识别到structuredContent下面的集合树信息。
环境:win10
trae:3.3.75
mimoCode:0.16
问题:这些开发工具只能提取到其content内容,而不能读取到structured中的结构数据。
示例:trae调用collection_list返回的RAW为:{
"content": [
{
"type": "text",
"text": "Found 4 collections."
}
],
"structuredContent": {
"items": [
"9284ae50-5143-4ce4-9ca3-f30fe69846eb",
"d7d5a370-174a-4483-a83c-ca9a8ea6e90c",
"41a469fd-82e1-46c6-8801-d1145fb16865",
"bd63d261-a70e-4bb8-9e8b-d4b37ee4e44a"
]
但trae能识别的只有content的Found 4 collections.。而不能识别到structuredContent下面的集合树信息。