added table renderer with scollbars
Browse files
together_ai_llama_agent.py
CHANGED
@@ -140,7 +140,7 @@ Strict Rules:
|
|
140 |
fontsize=12)
|
141 |
plt.tight_layout()
|
142 |
plt.show()
|
143 |
-
4. For Lists and Dictionaries, return them as JSON
|
144 |
|
145 |
Example:
|
146 |
import json
|
|
|
140 |
fontsize=12)
|
141 |
plt.tight_layout()
|
142 |
plt.show()
|
143 |
+
4. For Lists, Tables and Dictionaries, always return them as JSON
|
144 |
|
145 |
Example:
|
146 |
import json
|