googleapis / googleapis/nodejs-agentplatform
Support thinking_config in GenerationConfig
Open
api: aiplatform
priority: p3
type: feature request
- Dominant language
- TypeScript
- Stars
- 182
- Forks
- 69
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 10
Description
Gemini Flash Python API has a new argument for GenerationConfig
Here is python library example
```python
generate_content_config = types.GenerateContentConfig(
thinking_config=types.ThinkingConfig(
thinking_budget=14029,
),
)
```
Contributor guide
Assessment
This issue has not been assessed yet.