-
Notifications
You must be signed in to change notification settings - Fork 917
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update submodule pointers to latest sdk versions
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule node-sdk
updated
14 files
+1 −1 | .release-please-manifest.json | |
+1 −1 | .stats.yml | |
+37 −0 | CHANGELOG.md | |
+23 −23 | CONTRIBUTING.md | |
+4 −0 | README.md | |
+1 −1 | package.json | |
+19 −19 | src/resources/agents/tools.ts | |
+2 −0 | src/resources/docs.ts | |
+20 −24 | src/resources/sessions.ts | |
+277 −250 | src/resources/tasks.ts | |
+1 −1 | src/version.ts | |
+0 −2 | tests/api-resources/agents/tools.test.ts | |
+0 −3 | tests/api-resources/sessions.test.ts | |
+0 −6 | tests/api-resources/tasks.test.ts |
Submodule python-sdk
updated
23 files
+1 −1 | .release-please-manifest.json | |
+1 −1 | .stats.yml | |
+38 −0 | CHANGELOG.md | |
+24 −20 | CONTRIBUTING.md | |
+4 −0 | README.md | |
+1 −1 | pyproject.toml | |
+1 −1 | src/julep/_version.py | |
+0 −12 | src/julep/resources/agents/tools.py | |
+2 −4 | src/julep/types/agents/tool_create_params.py | |
+2 −4 | src/julep/types/agents/tool_list_response.py | |
+3 −5 | src/julep/types/agents/tool_patch_params.py | |
+2 −4 | src/julep/types/agents/tool_update_params.py | |
+2 −0 | src/julep/types/doc.py | |
+2 −6 | src/julep/types/entry.py | |
+1 −5 | src/julep/types/session_chat_params.py | |
+77 −75 | src/julep/types/task.py | |
+63 −67 | src/julep/types/task_create_or_update_params.py | |
+63 −67 | src/julep/types/task_create_params.py | |
+2 −4 | src/julep/types/tool.py | |
+2 −4 | src/julep/types/tool_param.py | |
+0 −6 | tests/api_resources/agents/test_tools.py | |
+0 −6 | tests/api_resources/test_sessions.py | |
+0 −12 | tests/api_resources/test_tasks.py |