mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-21 19:21:03 +02:00
Fix invocation
This commit is contained in:
parent
306ffd3dfa
commit
ade19c7d4b
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ class Processor(DynamicToolService):
|
|||
# Map topic to our categories
|
||||
if "program" in topic or "code" in topic or "computer" in topic or "software" in topic:
|
||||
category = "programming"
|
||||
elif "animal" in topic or "dog" in topic or "cat" in topic or "bird" in topic:
|
||||
elif "animal" in topic or "dog" in topic or "cat" in topic or "bird" in topic or "llama" in topic:
|
||||
category = "animals"
|
||||
elif "food" in topic or "eat" in topic or "cook" in topic or "drink" in topic:
|
||||
category = "food"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue