Chat completion api tool call loops

:thinking:

Do I get this right?

  1. The model calls CreateLiquidityPlan
  2. the response from CreateLiquidityPlan is
    • “a, b, c, x, y, z, now create a liquidity plan”
  3. the model follows the instruction and calls CreateLiquidityPlan
  4. the response from CreateLiquidityPlan is
    • “a, b, c, x, y, z, now create a liquidity plan”
  5. the model follows the instruction and calls CreateLiquidityPlan

It seems like the model is just following instructions, unless I’m misunderstanding something :thinking:

1 Like