Skip to content

Commit 8540fb4

Browse files
committed
chore(main): release toolbox-core 0.1.0
1 parent ed82832 commit 8540fb4

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/toolbox-langchain": "0.1.0"}
1+
{"packages/toolbox-langchain":"0.1.0","packages/toolbox-core":"0.1.0"}

packages/toolbox-core/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-04-03)
4+
5+
6+
### Features
7+
8+
* add type validation to params when tool is invoked ([#129](https://github.com/googleapis/genai-toolbox-langchain-python/issues/129)) ([5d62138](https://github.com/googleapis/genai-toolbox-langchain-python/commit/5d621388b3dc8d6fb7583b56dc9d7fcfa02c0a8b))
9+
* Added a sync toolbox client ([#131](https://github.com/googleapis/genai-toolbox-langchain-python/issues/131)) ([ed82832](https://github.com/googleapis/genai-toolbox-langchain-python/commit/ed82832b6e84e8e278820b537fbdbfabd1a0b250))
10+
* **toolbox-core:** add authenticated parameters support ([#119](https://github.com/googleapis/genai-toolbox-langchain-python/issues/119)) ([10087a1](https://github.com/googleapis/genai-toolbox-langchain-python/commit/10087a136056cd47765b376ba18897bae5b848a3))
11+
* **toolbox-core:** add basic implementation ([#103](https://github.com/googleapis/genai-toolbox-langchain-python/issues/103)) ([4f992d8](https://github.com/googleapis/genai-toolbox-langchain-python/commit/4f992d8b2d3cc75692d030b67d13f90c36c49ac9))
12+
* **toolbox-core:** add support for bound parameters ([#120](https://github.com/googleapis/genai-toolbox-langchain-python/issues/120)) ([b2a2208](https://github.com/googleapis/genai-toolbox-langchain-python/commit/b2a22089d4a9abc067605d603c077ff4c4843147))
13+
* **toolbox-core:** updated generated docstring to include parameters and their descriptions ([#127](https://github.com/googleapis/genai-toolbox-langchain-python/issues/127)) ([eafe2e9](https://github.com/googleapis/genai-toolbox-langchain-python/commit/eafe2e9cb1e2f84e3b2ba5bee5c469ae5754ade9))
14+
15+
16+
### Bug Fixes
17+
18+
* Add qualname for ToolboxTool instances ([#134](https://github.com/googleapis/genai-toolbox-langchain-python/issues/134)) ([5c2dff7](https://github.com/googleapis/genai-toolbox-langchain-python/commit/5c2dff7b2378eaa9298cc281b3658f85a32aa1a5))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* add initial toolbox-core package ([#102](https://github.com/googleapis/genai-toolbox-langchain-python/issues/102)) ([771a29c](https://github.com/googleapis/genai-toolbox-langchain-python/commit/771a29cde96581c2a1d9860a98fd22bf922915b5))
24+
* change port number to default toolbox port ([#135](https://github.com/googleapis/genai-toolbox-langchain-python/issues/135)) ([6164b09](https://github.com/googleapis/genai-toolbox-langchain-python/commit/6164b09d60412a0e3faf95c1b2e8df13b5ab7782))
25+
* remove unused imports ([#130](https://github.com/googleapis/genai-toolbox-langchain-python/issues/130)) ([6454676](https://github.com/googleapis/genai-toolbox-langchain-python/commit/645467668412db5157dc43acb9916126c55cf514))

0 commit comments

Comments
 (0)