fix: update output type

old-agentic-v1^2
Philipp Burckhardt 2023-06-15 11:43:49 -04:00
rodzic 2dfe240c45
commit 7cb365a223
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -260,7 +260,7 @@ export abstract class HumanFeedbackMechanism<
export function withHumanFeedback<
TInput extends void | types.JsonObject,
TOutput extends types.JsonObject,
TOutput extends types.JsonValue,
V extends HumanFeedbackType
>(
task: BaseTask<TInput, TOutput>,