base_chunk_event
Adapted from the Griptape AI Framework documentation.
Bases:
BaseEvent
Source Code in griptape/events/base_chunk_event.py
@define class BaseChunkEvent(BaseEvent): index: int = field(default=0, metadata={"serializable": True}) @abstractmethod def __str__(self) -> str: ...
index = field(default=0, metadata={'serializable': True})
class-attribute instance-attribute
str()abstractmethod
Source Code in griptape/events/base_chunk_event.py
@abstractmethod def __str__(self) -> str: ...
- On this page
- str()abstractmethod
Could this page be better? Report a problem or suggest an addition!