Skip to content

Conversation

@Ololoshechkin
Copy link
Collaborator

Motivation and Context

Breaking Changes


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

@Ololoshechkin Ololoshechkin changed the title [Work In Progress, Don't Review] Java [Work In Progress, Don't Review] Java API Nov 26, 2025
@Ololoshechkin Ololoshechkin changed the title [Work In Progress, Don't Review] Java API [Work In Progress] Java API Nov 26, 2025
*/
public fun <Input, Output> functionalStrategy(
public fun <Input, Output> graphStrategy(
name: String = "funStrategy",
Copy link
Contributor

Choose a reason for hiding this comment

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

Should the name be changed as well? Should it be unique, use UUID then?

Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a reason why it’s Java and not Kotlin?

*/
public suspend fun execute(
prompt: Prompt,
model: LLModel,
tools: List<ToolDescriptor> = emptyList()
tools: List<ToolDescriptor>
Copy link
Contributor

Choose a reason for hiding this comment

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

is tools required now?

version = run {
// our version follows the semver specification

val baseVersion = project.property("version") as String
val main = "0.6.0-java-1"
Copy link
Contributor

Choose a reason for hiding this comment

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

you have outdated file. Please, change this in gradle.properties, if required

Copy link
Contributor

@kpavlov kpavlov left a comment

Choose a reason for hiding this comment

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

How about we divide up the PR? The first thing that jumps out is adding @JvmOverloads.

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