LLM Model Gemini

This node provides native integration with the Google Gemini family of models via their REST API.
Key Features:
* Native API Integration: Specifically tuned for Google's API structure, ensuring reliable message delivery and tool execution.
* Progress-Aware Prompting: Like other model nodes in ERGS, it can utilize the use Cues feature to adapt its personality and hints based on the current game state.
* Error Handling: Provides detailed error strings and onError triggers to handle network issues or API rate limits gracefully.
Technical Note:
Use the processing boolean output to drive "Thinking..." animations or UI indicators while waiting for the API response.
Connectors in
- process [type: action]
- history [type: pointer]
Connectors out
- onFinish [type: action]
- onError [type: action]
- response [type: string]
- tool [type: string]
- error [type: string]
- processing [type: bool]
Node properties
- API key [type: string]
- info [type: string]
- model_name [type: string]
- tools supported [type: bool]
- URL [type: string]
- use Cues [type: bool]