fix(ai,coding-agent): re-export typebox symbols and align docs closes #1338
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user