gpt4 book ai didi

JSON Schema 多重从属关系

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:48:53 31 4
gpt4 key购买 nike

我有一个律师有多个从属关系,我想用 JSON 模式标记。执行此操作的最佳方法是什么?...

选项#1:

"affiliation": "Example 1, Example 2",

选项 #2

"affiliation": "Example 1",
"affiliation": "Example 2",

或者,还有其他我没有考虑过的方法吗?

最佳答案

试试这个:

"affiliations":[ "Example 1", "Example 2", "Example 3" ]

关于JSON Schema 多重从属关系,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43125990/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com