|
TradeBench 1.0.0
Algorithmic Trading Backtesting Platform
|
Service responsible for managing communications with the Google Gemini Large Language Model. More...
Public Member Functions | |
| generateInsight (string $prompt) | |
| Generates an analytical insight based on the provided prompt. | |
Service responsible for managing communications with the Google Gemini Large Language Model.
| App\Services\AiService::generateInsight | ( | string | $prompt | ) |
Generates an analytical insight based on the provided prompt.
| string | $prompt | The formatted instructions to send to the AI. |
| Exception | If the API request fails, times out, or encounters safety blocks. |