mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-12-25 07:59:36 +01:00
linting
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user