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<
|
||||
TInput extends void | types.JsonObject,
|
||||
TOutput extends types.JsonObject,
|
||||
TOutput extends types.JsonValue,
|
||||
V extends HumanFeedbackType
|
||||
>(
|
||||
task: BaseTask<TInput, TOutput>,
|
||||
|
|
Ładowanie…
Reference in New Issue