Commit 07a8d19
committed
Squashed commit of the following:
commit 20e6753
Author: Apify Release Bot <[email protected]>
Date: Tue Sep 9 11:41:31 2025 +0000
chore(release): Update changelog, package.json and manifest.json versions [skip ci]
commit 7ef726d
Author: Jakub Kopecký <[email protected]>
Date: Tue Sep 9 13:40:04 2025 +0200
feat: improve actor tool output (#260)
* feat: improve actor tool output
* update readme
* fix output tool, write test for that
* add test based on Zuzka suggestion
* lint
* fix output response order so LLM does not lose the instructions
* refactor: unify string list parsing logic
* fix the tests - order of the Actor run response messages
* Update src/utils/schema-generation.ts
Co-authored-by: Michal Kalita <[email protected]>
* address review comments
* add get-actor-output tools note about when its loaded
---------
Co-authored-by: Michal Kalita <[email protected]>
commit 279293f
Author: Michal Kalita <[email protected]>
Date: Mon Sep 8 12:05:25 2025 +0200
fix: error when content type is json (#265)
* fix: error when content type is json
* fix: do not make json schema formatted for human readable
commit 4659e03
Author: Apify Release Bot <[email protected]>
Date: Thu Sep 4 12:30:50 2025 +0000
chore(release): Update changelog, package.json and manifest.json versions [skip ci]1 parent 83067b1 commit 07a8d19
File tree
6 files changed
+30
-6
lines changed- src/tools
6 files changed
+30
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
5 | 27 | | |
6 | 28 | | |
7 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
428 | | - | |
| 428 | + | |
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
0 commit comments