MCPcopy
hub / github.com/langchain-ai/langchain / _load_prompt

Function _load_prompt

templates/plate-chain/plate_chain/chain.py:46–51  ·  templates/plate-chain/plate_chain/chain.py::_load_prompt
(request: FileProcessingRequest)

Source from the content-addressed store, hash-verified

44
45
46def _load_prompt(request: FileProcessingRequest):
47 return create_prompt(
48 num_plates=request.num_plates,
49 num_rows=request.num_rows,
50 num_cols=request.num_cols,
51 )
52
53
54def _get_col_range_str(request: FileProcessingRequest):

Callers

nothing calls this directly

Calls 1

create_promptFunction · 0.85

Tested by

no test coverage detected