avsolatorio commited on
Commit
8929bec
·
1 Parent(s): e69b13d

Improve data summary as tables

Browse files

Signed-off-by: Aivin V. Solatorio <avsolatorio@gmail.com>

Files changed (1) hide show
  1. mcp_remote_client.py +8 -0
mcp_remote_client.py CHANGED
@@ -49,6 +49,11 @@ When responding you must always plan the steps and enumerate all the tools that
49
  - You may summarize or explain the data retrieved, but do **not** elaborate based on outside or implicit knowledge.
50
  - You may describe the data in a way that is easy to understand but you MUST NOT elaborate based on external knowledge.
51
 
 
 
 
 
 
52
  Stay strictly within these boundaries while maintaining a helpful and respectful tone."""
53
 
54
 
@@ -410,6 +415,9 @@ def gradio_interface(
410
  .bot {
411
  background-color: #fff !important;
412
  }
 
 
 
413
  footer{display:none !important}
414
  """
415
 
 
49
  - You may summarize or explain the data retrieved, but do **not** elaborate based on outside or implicit knowledge.
50
  - You may describe the data in a way that is easy to understand but you MUST NOT elaborate based on external knowledge.
51
 
52
+ 6. **Presentation**:
53
+ - Present the data in a way that is easy to understand.
54
+ - Summarize the data in a table format with clear column names and values.
55
+ - If the data is not available, respond by clearly stating that you do not have access to that information.
56
+
57
  Stay strictly within these boundaries while maintaining a helpful and respectful tone."""
58
 
59
 
 
415
  .bot {
416
  background-color: #fff !important;
417
  }
418
+ .role {
419
+ margin-left: 10px !important;
420
+ }
421
  footer{display:none !important}
422
  """
423