Skip to content

mustafatawab/learn-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Python

  • Agent is an LLM call
  • Chat Completion API adopted by almost all companies
  • Open AI announce Responsives API which is superset of Chat Completion API
  • Tool Calling/Function Calling allows them to interact with external functions or tools to perform specific tasks.
  • LLM is stateless. It does not know what was my previous question

System Prompt

  • Give Instruction to the Agent. You have to send again and again with every answer
  • Persona

User Prompt

  • User want from the Agent to generate or do so work

Open AI Agent SDK

Email Agent Mindmap

Email Agent Mindmap

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published