Skip to content

Feature/issue 1484 1485 - #197

Merged
wskozlowski merged 4 commits into
mainfrom
feature/issue_1484_1485
Jul 30, 2026
Merged

Feature/issue 1484 1485#197
wskozlowski merged 4 commits into
mainfrom
feature/issue_1484_1485

Conversation

@KikiMcArron

@KikiMcArron KikiMcArron commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Comment thread statek/executors/job.py Outdated
self.__pending_chat_log: List[SubTaskLogItem] = []
# Shared context is bound explicitly by the init_shared_context tool.
self.__shared_context = None
# Locale selected by the queued user message awaiting its response.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Job nie powinien nic wiedzieć o user message ani o kolejkach, ten member jest do usunięcia

Comment thread statek/executors/job.py Outdated
return str(message)

def push_user_message(self, message: Any) -> bool:
def push_user_message(self, message: Any, locale: Optional["StatekLocale"] = None) -> bool:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

job ma ustalone locale na starcie i raczej nie powinno być zmieniane, jaki jest tego powód tutaj ?

@wskozlowski
wskozlowski merged commit 8943b58 into main Jul 30, 2026
4 checks passed
@wskozlowski
wskozlowski deleted the feature/issue_1484_1485 branch July 30, 2026 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants