Skip to content

Conversation

@Ololoshechkin
Copy link
Collaborator

@Ololoshechkin Ololoshechkin commented Jun 4, 2025

Thank you for opening a pull request! Please add a brief description of the proposed change here.

Also, please tick the appropriate points in the checklist below.


Type of the change

  • New feature
  • Bug fix
  • Documentation fix

Checklist for all pull requests

  • 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

innateteniuk and others added 30 commits May 21, 2025 22:26
- Added a missing module to Dokka dependencies
- Included links to external documentation

Closes #146
Co-authored-by: Anastasiia.Zarechneva <[email protected]>
Changed the capabilities of the "Gemini 2.5 Pro Preview 05-06" model from multimodal to full capabilities, reflecting its support for tools.

fixes #156
sdubov and others added 17 commits May 30, 2025 22:34
- Delete extra API from the PromptExecutor interface that separates execute LLM call with and without tools. Replace it with the extension to avoid doubling the implementation;
- Update related handler inside AIAgentPipeline;
- Update parameters for feature handlers to pass the whole LLM message collection instead of a single user message;
- Update related calls and tests.
…, add Tokenizer and MessageTokenizer feature (#184)
Currently, it is possible to invoke the role-defining functions while already being inside them, for instance:
```
user {
  system {

  }
}
```
which, despite being valid code, is confusing.

We mark the TextContentBuilder with the PromptDSL annotation so that such calls, if intended, will need to explicitly specify the receiver.
@Ololoshechkin Ololoshechkin merged commit d3bf287 into main Jun 5, 2025
9 of 12 checks passed
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.