feat: plan deterministic generated conversations
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class_name ConversationPresenter
|
||||
extends RefCounted
|
||||
|
||||
|
||||
# Presentation consumes a completed semantic plan. It must not select options or
|
||||
# mutate simulation state while rendering that plan.
|
||||
func present_turn(_turn: ConversationTurn, _presentation_context: Dictionary = {}) -> Variant:
|
||||
return null
|
||||
Reference in New Issue
Block a user