Advertisement
Cabaca

Untitled

Aug 1st, 2024
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.22 KB | None | 0 0
  1. prompt = ChatPromptTemplate.from_messages([
  2.     ("system", "You are helpful assistant, that answers the user, and if needed uses tools"),
  3.     ("user", "{input}"),
  4.     MessagesPlaceholder(variable_name="agent_scratchpad")
  5. ])
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement