params:Annotated[str,"Description of target molecule"],config:RunnableConfig
):
"""Use this to generate a molecule with given description. Returns smiles. Only use for organic molecules"""
llm=config["configurable"].get("model")
try:
prompt=(
"Generate smiles of molecule with given description. Answer only with smiles, nothing more: \
Question: The molecule is a nitrogen mustard drug indicated for use in the treatment of chronic lymphocytic leukemia (CLL) and indolent B-cell non-Hodgkin lymphoma (NHL) that has progressed during or within six months of treatment with rituximab or a rituximab-containing regimen. Bendamustine is a bifunctional mechlorethamine derivative capable of forming electrophilic alkyl groups that covalently bond to other molecules. Through this function as an alkylating agent, bendamustine causes intra- and inter-strand crosslinks between DNA bases resulting in cell death. It is active against both active and quiescent cells, although the exact mechanism of action is unknown. \
Question: The molecule is a mannosylinositol phosphorylceramide compound having a tetracosanoyl group amide-linked to a C20 phytosphingosine base, with hydroxylation at C-2 and C-3 of the C24 very-long-chain fatty acid. It is functionally related to an Ins-1-P-Cer(t20:0/2,3-OH-24:0).\
"""For the given objective, check whether it is simple enough to answer yourself. \
If you can answer without any help and tools and the question is simple inquery, then write your answer. If you can't do that, call next worker: planner
If the question is related to running models or checking for presence, training, inference - call planer!
You should't answer to a several-sentenced questions. You can only chat with user on a simle topics
Your objective is this:
{input}
Your output should match this JSON format, don't add any intros