Skip to content

Completion chunk event

CompletionChunkEvent

Bases: BaseEvent

Source code in griptape/events/completion_chunk_event.py
6
7
8
@define
class CompletionChunkEvent(BaseEvent):
    token: str = field(kw_only=True, metadata={"serializable": True})

token: str = field(kw_only=True, metadata={'serializable': True}) class-attribute instance-attribute