feat: add strongly typed tools with createTool helpers #135
pr-validation.yaml
on: pull_request
validate
/
validate
21s
Annotations
2 errors
|
validate / validate
Process completed with exit code 2.
|
|
validate / validate:
src/lib/create-tool.ts#L211
Type '(params: output<TInput>, context: TurnContext) => output<TOutput> | Promise<output<TOutput>>' is not assignable to type '(params: output<TInput>, context?: TurnContext | undefined) => output<TOutput> | Promise<output<TOutput>>'.
|