Documentation Index
Fetch the complete documentation index at: https://docs.camel-ai.org/llms.txt
Use this file to discover all available pages before exploring further.
Documentation Index
Fetch the complete documentation index at: https://docs.camel-ai.org/llms.txt
Use this file to discover all available pages before exploring further.
class ShareGPTMessage(BaseModel):
class ShareGPTConversation(RootModel):
def validate_conversation_flow(self):
def model_dump(self, **kwargs):
def __iter__(self):
class ToolCall(BaseModel):
def validate_arguments(cls, v: Dict[str, Any]):
class ToolResponse(BaseModel):
def validate_content(cls, v: Dict[str, Any]):