Skip to content

Commit

Permalink
Merge pull request #2 from Juzepe/conversation_id_setter
Browse files Browse the repository at this point in the history
added conversation_id setter
  • Loading branch information
adityadees authored Jun 11, 2023
2 parents 71047ed + 3b3b508 commit 8e24d0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/LaravelBard.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ private function _get_snim0e()
return $matches[1];
}

public function set_conversation_id(string $conversation_id)
{
$this->conversation_id = $conversation_id;
}

public function get_answer($input_text)
{
$params = [
Expand Down

0 comments on commit 8e24d0f

Please sign in to comment.