MCPcopy Create free account
hub / github.com/bhancockio/nextjs-crewai-basic-tutorial / NamedUrl

Class NamedUrl

crewai_be/models.py:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4
5class NamedUrl(BaseModel):
6 name: str
7 url: str
8
9
10class PositionInfo(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected