Update tools/get_pokemon_info.py
Browse files
tools/get_pokemon_info.py
CHANGED
@@ -53,3 +53,4 @@ class GetPokemonInfoTool(Tool):
|
|
53 |
return "Error fetching contents from the pokemon remote API."
|
54 |
except Exception as e:
|
55 |
return f"An unexpected error occurred: {str(e)}"
|
|
|
|
53 |
return "Error fetching contents from the pokemon remote API."
|
54 |
except Exception as e:
|
55 |
return f"An unexpected error occurred: {str(e)}"
|
56 |
+
return pokemon
|