Tue Jun 27 02:28:00 UTC 2023 inscode

上级 d815ac5e
......@@ -17,7 +17,7 @@ export async function robotPlay(board, player, win_size) {
* 发布到社区后,将消耗运行者的额度
* 注意:如果部署应用,任何人通过部署后的域名访问应用时,都将消耗部署者的额度
*/
const content = `这是一个五子棋游戏,${JSON.stringify(board)},下一步"${player}"要下到哪,请不要返回多余的文字,只返回数组,比如["x", "y"]。`
const content = `这是一个五子棋游戏,${JSON.stringify(board)},下一步只能在"${is_empty}"的位置中选择,下一步"${player}"要下到哪,请不要返回多余的文字,只返回数组,比如["x", "y"]。`
const body = {
messages: [
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册