Skip to content

Commit

Permalink
20240108 @Mookse
Browse files Browse the repository at this point in the history
- critical bug fix: mGetMessage called incorrectly
  • Loading branch information
Mookse committed Jan 8, 2024
1 parent 4da3b93 commit f173424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/js/factory-class-extenders/class-extenders.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,10 @@ function extendClass_message(_originClass,_references) {
this.content = `user posted content length greater than context window: find request in related file, file_id: ${_file.id}` // default content points to file
}*/
this.#message = await mGetMessage(
this.#openai,
_thread,
this.content,
this?.message?.id,
this.#openai
)
return this
}
Expand Down

0 comments on commit f173424

Please sign in to comment.