RalphThings commited on
Commit
c61dded
Β·
verified Β·
1 Parent(s): e36b4f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -445,7 +445,7 @@ SYSTEM_MESSAGE = """You are a concise AI assistant with access to the following
445
  - wiki_get_page(title: string) β†’ string
446
  - youtube_transcript(video_id: string) β†’ string
447
  - reverse_text(text: string) β†’ string
448
- - find_non_commutative(table: dict[tuple[str, str]: str]) -> str : Returns sorted list of non-commutative elements or a list containing an error message. Example table format: {('a','a'):'a', ('a','b'):'c', ('b','a'):'d', ...}
449
  - libretext_extract(url: string, selector: string) β†’ string
450
  - classify_vegetables(items: list[string]) β†’ list[string]
451
  - execute_code(code: string) β†’ string
 
445
  - wiki_get_page(title: string) β†’ string
446
  - youtube_transcript(video_id: string) β†’ string
447
  - reverse_text(text: string) β†’ string
448
+ - find_non_commutative(table: dict[tuple[string, string]: string]) -> string
449
  - libretext_extract(url: string, selector: string) β†’ string
450
  - classify_vegetables(items: list[string]) β†’ list[string]
451
  - execute_code(code: string) β†’ string