MCPcopy Create free account
hub / github.com/AutoForgeAI/autoforge / FeatureBulkCreateResponse

Class FeatureBulkCreateResponse

server/schemas.py:141–144  ·  view source on GitHub ↗

Response for bulk feature creation.

Source from the content-addressed store, hash-verified

139
140
141class FeatureBulkCreateResponse(BaseModel):
142 """Response for bulk feature creation."""
143 created: int
144 features: list[FeatureResponse]
145
146
147# ============================================================================

Callers 1

create_features_bulkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected