Skip to content

Conversation

@Riandy
Copy link
Contributor

@Riandy Riandy commented Jan 27, 2025

Stainless commit: a406bb416a1cd252a89c2e2abd1f1e1e58b49f2f

BUILD SUCCESSFUL in 18s
40 actionable tasks: 10 executed, 4 from cache, 26 up-to-date
/Users/riandymdn/Documents/Playground/llama-stack-client-kotlin/build-jars

cmodi-meta and others added 26 commits January 7, 2025 17:46
stainless ref: a625d927ae60b454c19142c50c14f41e39c8e953

Patch needed:
- ParamType.kt
- addContenBatchOfInterleavedContentItems() in BatchInferenceCompletionParams.kts
stainless commit: d2701cb9f0b15c13dab4935e3c7d513410b068c3

Manual patches:
- BatchInferenceCompletionParams.kt --> addContentBatchOfInterleavedContentItems() need to use addContentBatch(). The generated method does not exist
- InferenceEmbeddingsParams.kt --> same as above. replace the error with addContent()
- ToolRuntimeListToolsParams.kt --> forEachQueryParam method does not exist, replace it with ._additionalProperties()?.forEach()
version accidentally added .draft, reverting this back. Everything is validated working against 0.0.64.rc1
stainless commit: 21fbaab559158253523ca3043f6dfddd4de887ad

Manual patches:
- BatchInferenceCompletionParams.kt --> addContentBatchOfInterleavedContentItems() need to use addContentBatch(). The generated method does not exist
- InferenceEmbeddingsParams.kt --> same as above. replace the error with addContent()
- ToolRuntimeListToolsParams.kt --> forEachQueryParam method does not exist, replace it with ._additionalProperties()?.forEach()

Need to disable some test on the following files due to type mismatch in autogenerated code
- ToolRuntimeListToolsParamsTest.kt
- TelemetryQueryTracesParamsTest.kt
Stainless commit: 9d827a56d9b8e61dac3d49e1b7fbcbd909ebd0e3
Plus agent patch from Ashwin's changes on AgentTurnCreateResponse
Manual patches are labelled // MANUAL PATCH
Include Agent and Image reasoning changes
- Delete ToolCall class under ContentDelta. This conflicts with the standalone ToolCall class
- Other fixes marked as //MANUAL PATCH
Latest from Ashwin's fixes . Stainless commit: c85d35f1b56791b27f6e786d36f6ae84e97782e3
@Riandy Riandy merged commit 9e8a665 into main Jan 27, 2025
1 check passed
@Riandy Riandy deleted the prerelease branch January 27, 2025 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants