gagb
gagb
I've used the following implementation before 1. save the history somewhere (e.g., a db or file) 2. upon a new request, first populate the agents with the relevant history: -...
closing because of inactivity.
@hewliyang thanks for the PR. Our typical use case is including this data as context in an LLM. Do you think your suggested changes, NaN -> "", Unnamed:{I} -> ""...
If the objective is beautification, what is we added a `kwarg` called `beautify=True` so that both options are available to users?
> Have you tried to build the website locally and see what the results look like in the API docs? See contrib docs for building website locally. You can take...
> > > Have you tried to build the website locally and see what the results look like in the API docs? See contrib docs for building website locally. You...
Two options. - Convert your chm to html. Then pass html to markitdown. `markitdown htmlfromchm.html` - Add a [`DocumentConvertor`](https://github.com/microsoft/markitdown/blob/main/src/markitdown/_markitdown.py#L138) for chm to the [library](https://github.com/microsoft/markitdown/blob/main/src/markitdown/_markitdown.py)
Could the RHS be also a method we provide? But let the user edit the agent's system message (e.g., by appending) ```python code_writer_system_message += f"""You have access to the following...
@jackgerrits is there a way `functions` can take a string implementation of the function as input instead of a callable? Two UIs need this feature.