Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ members = [
resolver = "2"

[workspace.package]
version = "1.1.10"
version = "1.1.11"
edition = "2021"
authors = ["Nico Arqueros <nico@shinkai.com>"]

Expand Down
4 changes: 4 additions & 0 deletions shinkai-bin/shinkai-node/src/tools/tool_prompts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ pub async fn generate_code_prompt(
* Only if required any additional notes, comments or explanation should be included in /* ... */ blocks.
* Write a single implementation file, only one typescript code block.
* Implements the code in {language} for the following input_command tag.
* Include as well all the inputs and configs details in comments (possible values and defaults)
* Implement as well input validation checks and informative messages in case of error
</agent_code_implementation>

<agent_libraries_documentation>
Expand Down Expand Up @@ -210,6 +212,8 @@ class OUTPUT:
* Write a single implementation file, only one typescript code block.
* When building the return OUTPUT, assign fields with dots as `output = OUTPUT()\nouput.key1 = value1` because the OUTPUT class does not have a constructor.
* Implements the code in {language} for the following input_command tag
* Include as well all the inputs and configs details in comments (possible values and defaults)
* Implement as well input validation checks and informative messages in case of error
</agent_code_implementation>

<agent_pip_requirements>
Expand Down
Loading