General
PromptBeginner5 minmarkdown
Untitled Skill
193
LangChain Hub prompt for Hello World
Loading actions...
Main instructions and any bundled files for this skill.
Basic prompt designed to be use as a test case, will just instruct the LLM to say "Hello World".
This prompt doesn't have any inputs.
Below is a code snippet for how to use the prompt.
from langchain.prompts import load_prompt
from langchain.chains import LLMChain
llm = ...
prompt = load_prompt('lc://prompts/hello-world/<file-name>')
chain = LLMChain(llm=llm, prompt=prompt)
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks