mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 23:29:21 +00:00
Fix finance table
This commit is contained in:
parent
0e03664c16
commit
da7517b407
@ -316,6 +316,7 @@ def get_finance_table() -> str:
|
|||||||
]
|
]
|
||||||
for h in header[1:]:
|
for h in header[1:]:
|
||||||
row.append(feats.get(h))
|
row.append(feats.get(h))
|
||||||
|
return "\n".join(["|".join(row) for row in rows])
|
||||||
|
|
||||||
|
|
||||||
def get_search_tools_table() -> str:
|
def get_search_tools_table() -> str:
|
||||||
|
Loading…
Reference in New Issue
Block a user