This commit is contained in:
vegu-ai-tools
2025-09-26 21:43:28 +03:00
parent 6f47edbb27
commit f41506eeeb
2 changed files with 5 additions and 5 deletions

View File

@@ -305,7 +305,7 @@ class GuideSceneMixin:
"max_tokens": self.client.max_token_length,
},
)
await self.emit_message(
"Actor Guidance",
response,
@@ -314,7 +314,7 @@ class GuideSceneMixin:
"character": character.name,
},
)
return strip_partial_sentences(response).strip()
@set_processing
@@ -338,7 +338,7 @@ class GuideSceneMixin:
"max_tokens": self.client.max_token_length,
},
)
await self.emit_message(
"Narrator Guidance",
response,
@@ -346,5 +346,5 @@ class GuideSceneMixin:
"action": "narrator guidance",
},
)
return strip_partial_sentences(response).strip()

View File

@@ -496,7 +496,7 @@ class SceneAnalyzationMixin:
self.set_context_states(scene_analysis=response)
self.set_scene_states(scene_analysis=response)
await self.emit_message(
"Scene Analysis",
response,