kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
fix: update output type
rodzic
2dfe240c45
commit
7cb365a223
|
@ -260,7 +260,7 @@ export abstract class HumanFeedbackMechanism<
|
||||||
|
|
||||||
export function withHumanFeedback<
|
export function withHumanFeedback<
|
||||||
TInput extends void | types.JsonObject,
|
TInput extends void | types.JsonObject,
|
||||||
TOutput extends types.JsonObject,
|
TOutput extends types.JsonValue,
|
||||||
V extends HumanFeedbackType
|
V extends HumanFeedbackType
|
||||||
>(
|
>(
|
||||||
task: BaseTask<TInput, TOutput>,
|
task: BaseTask<TInput, TOutput>,
|
||||||
|
|
Ładowanie…
Reference in New Issue