MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / ContentItem

Class ContentItem

bmtools/tools/bing_search/api.py:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 RESULT_TARGET_PAGE = 1
95
96class ContentItem:
97 def __init__(self, type: CONTENT_TYPE, data):
98 self.type = type
99 self.data = data
100
101class DigestData:
102 title: str

Callers 1

search_allFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected