asking for examples or documentation

#2
by duanshuaimin - opened

are there any examples or documentation? thanks

Arcee AI org

From another thread:

It will work with most any format - which is one of the reasons we used several different formats during training. We want it to work with any pipeline, not just ours in particular. That said; the eval was done w/ this format:

In this environment, you have access to a set of tools you can use to answer the user's question.

You may call them like this:
<function_calls>
  <invoke>
    <tool_name>$TOOL_NAME</tool_name>
    <parameters>
      <$PARAMETER_NAME>$PARAMETER_VALUE</$PARAMETER_NAME>
      ...
    </parameters>
  </invoke>
</function_calls>

Here are the tools available:
<tools>

Arcee AI org

Added this to the readme

Crystalcareai changed discussion status to closed

That's great,thanks a lot

Sign up or log in to comment