ComfyUI Node
Gemini 3 函数调用
A ComfyUI node in Gemini3/高级 with 8 inputs and 3 outputs.
Gemini 3 函数调用
- function_calls
- thought_signature
- text_response
◄prompt查询巴黎和伦敦的天气►
◄function_declarations[
{
"name": "get_weather",
"description": "获取城市天气",
"parameters": {
"type": "object",
"properties": {
"city": {
"type": "string",
"description": "城市名称"
}
},
"required": [
"city"
]
}
}
]►
◄api_providergoogle►
◄api_key—►
◄modelgemini-3-pro-preview►
◄thinking_levelhigh►
◄thought_signature►
◄function_responses►
CategoryGemini3/高级
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | 查询巴黎和伦敦的天气 | — |
| function_declarations | STRING | [ { "name": "get_weather", "description": "获取城市天气", "parameters": { "type": "object", "properties": { "city": { "type": "string", "description": "城市名称" } }, "required": [ "city" ] } } ] | — |
| api_provider | COMBO | 1 options: google | |
| api_key | STRING | — | |
| model | COMBO | gemini-3-pro-preview | 1 options: gemini-3-pro-preview |
| thinking_level | COMBO | high | 2 options: high, low |
| thought_signatureopt | STRING | — | |
| function_responsesopt | STRING | — |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| function_calls | STRING | — |
| thought_signature | STRING | — |
| text_response | STRING | — |