Skip to content

Commit

Permalink
chore: add TODO for clear token count
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Feb 24, 2024
1 parent bd4e78b commit 976bf12
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def chat(self, prompt: str, filetype: str, code: str = ""):
self.buffer.option("filetype", "markdown")
super().chat(prompt, filetype, code, self.nvim.current.window.handle)

# TODO:Clear the token count on reset
def reset_buffer(self):
"""Reset the chat buffer."""
if self.copilot:
Expand Down

0 comments on commit 976bf12

Please sign in to comment.