RalphThings commited on
Commit
b5c4aa1
Β·
verified Β·
1 Parent(s): e68ddc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -104,7 +104,6 @@ TOOLS = [
104
  libretext_extract,
105
  classify_vegetables,
106
  execute_code,
107
- yankee_at_bats_most_walks,
108
  least_athletes_olympics,
109
  get_nasa_award_number,
110
  ]
@@ -118,7 +117,6 @@ SYSTEM_MESSAGE = """You are a concise AI assistant with access to the following
118
  - libretext_extract(url: string, selector: string) β†’ string
119
  - classify_vegetables(items: list[string]) β†’ list[string]
120
  - execute_code(code: string) β†’ string
121
- - yankee_at_bats_most_walks(year: int) β†’ int
122
  - least_athletes_olympics(year: int) β†’ string
123
  - get_nasa_award_number(qid: string) β†’ string
124
  When you need to use a tool, respond exactly with:
 
104
  libretext_extract,
105
  classify_vegetables,
106
  execute_code,
 
107
  least_athletes_olympics,
108
  get_nasa_award_number,
109
  ]
 
117
  - libretext_extract(url: string, selector: string) β†’ string
118
  - classify_vegetables(items: list[string]) β†’ list[string]
119
  - execute_code(code: string) β†’ string
 
120
  - least_athletes_olympics(year: int) β†’ string
121
  - get_nasa_award_number(qid: string) β†’ string
122
  When you need to use a tool, respond exactly with: