unimal-jp / spear

The spear OSS repository
https://late-cloud-6411.spearly.app
MIT License
10 stars 1 forks source link

Add uid for generateContent result #170

Closed mantaroh closed 1 year ago

mantaroh commented 1 year ago

Changes

Add uid data to result of generateContent.
This data use for sending analytics data.
(Caller doesn't know this data, so caller cannot send analytics data)

変更点

取得した UID を generateContent の戻り値に追加しています。
このデータは解析情報として利用しますが、JsGenerator の呼び出し側でこの値を取得することができなかったため、追加しました。