Skip to content

Commit

Permalink
ThreadId as public field (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
javipacheco authored Jan 11, 2024
1 parent d8579f9 commit 8c0ab9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import kotlinx.serialization.json.JsonElement
import kotlinx.serialization.json.JsonObject

class AssistantThread(
private val threadId: String,
val threadId: String,
private val api: AssistantsApi = fromEnvironment(::AssistantsApi)
) {

Expand Down

0 comments on commit 8c0ab9d

Please sign in to comment.