今日は朝から ChatGPT の更新でお祭り騒ぎですね。 はい。 追加機能の目玉として Function calling ってのがありましたね。 はい。 まぁ ChatGPT API の Plugin みたいな処理がシュッと作れるようになったわけですよ。 そして、プロンプトに JSON で出力してくれ ...
昨年OpenAIからFunction Callingが発表されてLLMの用途が単なるチャットや質問箱ではなくなり、その後のAgentやAGIなどへの大きな発展に繋がりました。ローカルLLMでもOpenAI互換APIが使えるので試してみますがうまくできません。なので、ローカルLLMのために様々な ...
In a script function directory, there should be a companion function.json file that contains the configuration metadata for the function. Below are examples for each of the trigger types. Function ...
Data come in many formats. Excel is great at some, such as xls*, xml, csv, etc. But Excel has never liked JSON, even though json has become a sort of defacto standard in data. To process json data in ...
The condense_json function searches a JSON-like object for strings that contain specified replacement substrings. It replaces these substrings with a compact representation, making the JSON more ...