mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: updated docstrings (#1225)
* updated docstrings * fix tests and mypy * hosted file search docstring update * updated versions
This commit is contained in:
committed by
GitHub
Unverified
parent
b2ab9931fd
commit
714e7b50d4
@@ -58,9 +58,6 @@ class SlidingWindowChatMessageStore(ChatMessageStore):
|
||||
def get_token_count(self) -> int:
|
||||
"""Estimate token count for a list of messages using tiktoken.
|
||||
|
||||
Args:
|
||||
messages: List of ChatMessage objects
|
||||
system_message: Optional system message to include in count
|
||||
Returns:
|
||||
Estimated token count
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user