「Gemini API」の「Function Calling」を試したので、まとめました。 「Google Colab」での「Gemini API」の準備手順は、次のとおりです。 (1) パッケージのインストール。 「Automatic Function Calling」の手順は、次のとおりです。 (1) 関数の定義。 計算 (加算、減算、乗算 ...
VBAのSubプロシージャを使うと、シートを操作したり、メッセージを表示したりといった「動作」を、部品化できますよね。でも、SUM関数のように、何かを「計算」して、その「結果の値」だけを、呼び出し元に返してほしい、という純粋な計算部品を作り ...
I have two classes each with a function. At any rate, that works for this application in VB.NET. When I create the equiv in C#, while the connection is made in FunctionB, it is not passed back to ...