fix(04-02): revert out-of-scope real client edit
- drop sdk/real.py change to respect requested write scope - update phase summary file list
This commit is contained in:
parent
632673eaae
commit
cd59d89617
2 changed files with 0 additions and 2 deletions
|
|
@ -34,7 +34,6 @@ sessions, current session, and last token usage.
|
|||
- `adapter/matrix/handlers/__init__.py`
|
||||
- `adapter/matrix/handlers/context_commands.py`
|
||||
- `adapter/matrix/bot.py`
|
||||
- `sdk/real.py`
|
||||
- `tests/adapter/matrix/test_context_commands.py`
|
||||
- `tests/platform/test_prototype_state.py`
|
||||
|
||||
|
|
|
|||
|
|
@ -73,7 +73,6 @@ class RealPlatformClient(PlatformClient):
|
|||
delta=event.text,
|
||||
finished=False,
|
||||
)
|
||||
await self._prototype_state.set_last_tokens_used(user_id, self._agent_api.last_tokens_used)
|
||||
yield MessageChunk(
|
||||
message_id=user_id,
|
||||
delta="",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue