MCPcopy Create free account
hub / github.com/Agora-Lab-AI/Bing-Chat-API / code

Method code

src/bing_chat/BingUtils.py:304–308  ·  view source on GitHub ↗

Extract and join any snippets of code or formatted data in the response

(self)

Source from the content-addressed store, hash-verified

302
303 @property
304 def code(self) -> str:
305 """
306 Extract and join any snippets of code or formatted data in the response
307 """
308 return "\n\n".join(self.code_blocks)
309
310 @property
311 def suggestions(self) -> list[str]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected