mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
12 lines
236 B
Markdown
12 lines
236 B
Markdown
## Debugging
|
|
|
|
- To test opencode in the `packages/opencode` directory you can run `bun dev`
|
|
|
|
## SDK
|
|
|
|
To regenerate the javascript SDK, run ./packages/sdk/js/script/build.ts
|
|
|
|
## Tool Calling
|
|
|
|
- ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE.
|