References
- Chain-of-Thought Prompting Elicits Reasoning in Large Language Models, J. Wei et. al., 2022.
- Few shot prompting on LangChain.
- Chain-of-Thought Prompting.
- Tool calling with LangChain, LangChain blog, 2024.
- TALM: Tool Augmented Language Models, A. Parisi et. al, 2022.
- A Real-World WebAgent with Planning, Long Context Understanding, and Program Synthesis, I. Gur et. al., 2023.
- ReAct: Synergizing Reasoning and Acting in Language Models, S. Yao et. al, 2022.
- Function calling, Vertex AI documentation.
https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/function-calling
- What Is Programmable Search Engine?, Google developer’s documentation...