Skip to content

Add LLM parameters for Google, Anthropic, Mistral, and Alibaba (DashScope)#1187

Merged
marinkovicmarko merged 5 commits intodevelopfrom
marinkovicmarko/update-llm-params-documentation
Dec 8, 2025
Merged

Add LLM parameters for Google, Anthropic, Mistral, and Alibaba (DashScope)#1187
marinkovicmarko merged 5 commits intodevelopfrom
marinkovicmarko/update-llm-params-documentation

Conversation

@marinkovicmarko
Copy link
Copy Markdown
Contributor

Add LLM parameters for recently introduced providers: Google, Anthropic, Mistral, and Alibaba (DashScope).


Type of the changes

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Tests improvement
  • Refactoring

Checklist

  • The pull request has a description of the proposed change
  • I read the Contributing Guidelines before opening the pull request
  • The pull request uses develop as the base branch
  • Tests for the changes have been added
  • All new and existing tests passed
Additional steps for pull requests adding a new feature
  • An issue describing the proposed change exists
  • The pull request includes a link to the issue
  • The change was discussed and approved in the issue
  • Docs have been added / updated

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 26, 2025

Qodana for JVM

1111 new problems were found

Inspection name Severity Problems
Check Kotlin and Java source code coverage 🔶 Warning 1100
Missing KDoc for public API declaration 🔶 Warning 11
@@ Code coverage @@
+ 72% total lines covered
16548 lines analyzed, 12018 lines covered
# Calculated according to the filters of your coverage tool

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Comment thread docs/docs/llm-parameters.md Outdated
Comment thread docs/docs/llm-parameters.md Outdated
@@ -10,88 +10,95 @@ In Koog, the `LLMParams` class incorporates LLM parameters and provides a consis

- When creating a prompt:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WDYT about converting these list items to tabs as well?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is a good idea and a better option in terms of presentation than what we have now. However, for tabs to work, I'd have to indent the tab content in the source, and indentation will exclude the code from Knit checks 😞

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 5, 2025

Qodana for JVM

1116 new problems were found

Inspection name Severity Problems
Check Kotlin and Java source code coverage 🔶 Warning 1105
Missing KDoc for public API declaration 🔶 Warning 11
@@ Code coverage @@
+ 72% total lines covered
16644 lines analyzed, 12078 lines covered
# Calculated according to the filters of your coverage tool

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@marinkovicmarko marinkovicmarko merged commit 8582dbc into develop Dec 8, 2025
11 checks passed
@marinkovicmarko marinkovicmarko deleted the marinkovicmarko/update-llm-params-documentation branch December 8, 2025 10:06
vova-jb pushed a commit that referenced this pull request Jan 27, 2026
…cope) (#1187)

Add LLM parameters for recently introduced providers: Google, Anthropic,
Mistral, and Alibaba (DashScope).

---

#### Type of the changes
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
- [x] Documentation update
- [ ] Tests improvement
- [ ] Refactoring

#### Checklist
- [x] The pull request has a description of the proposed change
- [x] I read the [Contributing
Guidelines](https://github.com/JetBrains/koog/blob/main/CONTRIBUTING.md)
before opening the pull request
- [x] The pull request uses **`develop`** as the base branch
- [ ] Tests for the changes have been added
- [ ] All new and existing tests passed

##### Additional steps for pull requests adding a new feature
- [ ] An issue describing the proposed change exists
- [ ] The pull request includes a link to the issue
- [ ] The change was discussed and approved in the issue
- [x] Docs have been added / updated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants