mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 22:03:45 +00:00
fix(ai,coding-agent): re-export typebox symbols and align docs closes #1338
This commit is contained in:
parent
fe6f4d3a9d
commit
0232c44064
4 changed files with 7 additions and 1 deletions
|
|
@ -2,8 +2,8 @@
|
|||
* Hello Tool - Minimal custom tool example
|
||||
*/
|
||||
|
||||
import { Type } from "@mariozechner/pi-ai";
|
||||
import type { ExtensionAPI } from "@mariozechner/pi-coding-agent";
|
||||
import { Type } from "@sinclair/typebox";
|
||||
|
||||
export default function (pi: ExtensionAPI) {
|
||||
pi.registerTool({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue