googleapis / googleapis/nodejs-agentplatform

Support thinking_config in GenerationConfig

Open
#514 7 comments 16 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.