Reference
- Sessions
- Apps
- Agents
- Tasks
- Tools
- Models
- Datasources
- All Objects
- Account
- Agent
- Asset
- BaseOpenApiParameters
- ChatMessage
- Crew
- Datasource
- DatasourceConnectionSettings
- DatasourceRecordCount
- DatasourceStream
- DatasourceStatusColors
- DynamicResponse
- FieldDescription
- FieldDescriptionMap
- FormFieldConfig
- FunctionProperty
- IconAttachment
- InsertResult
- MetadataFieldInfo
- Model
- MultiQueryRetrieverConfig
- Notification
- NotificationDetails
- NotificationType
- ObjectId
- OAuthStrategy
- Oauth Provider
- Org
- ProcessingErrorDetails
- Retriever
- RetrieverConfig
- SelfQueryRetrieverConfig
- Session
- SharingConfig
- SharingMode
- ShareLink
- ShareLinkType
- ShareLinkTypes
- SimilaritySearchRetrieverConfig
- StreamConfig
- StreamConfigMap
- Stripe
- SyncModes
- SystemUpdateDetails
- Task
- Team
- TeamDescription
- TeamModelResponse
- TempRedirectResponse
- TestDatasourceJSONBody
- TimeWeightedRetrieverConfig
- Tool
- ToolRevision
- ToolState
- ToolType
- UnstructuredChunkingConfig
- UnstructuredChunkingStrategy
- UnstructuredChunkingStrategyValues
- UnstructuredPartitioningStrategy
- UnstructuredPartitioningStrategyValues
- UserActionDetails
- WebhookDetails
- WebhookType
All Objects
Crew
Represents a crew responsible for handling tasks within an organisation.
{
"_id": "<string>",
"orgId": "<string>",
"teamId": "<string>",
"name": "<string>",
"tasks": [
"<string>"
],
"agents": [
"<string>"
],
"managerModelId": "<string>",
"hidden": true,
"verbose": 123,
"fullOutput": true
}