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

Class PositionInfo

crewai_be/models.py:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10class PositionInfo(BaseModel):
11 company: str
12 position: str
13 name: str
14 blog_articles_urls: List[str]
15 youtube_interviews_urls: List[NamedUrl]
16
17
18class PositionInfoList(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected