KYCCentral.Docs (KYC Central v0.9.0)

Copy Markdown View Source

Ask questions about the product in natural language.

Summary

Functions

Ask the documentation assistant a question.

Functions

ask(client, message, opts \\ [])

@spec ask(KYCCentral.t(), String.t(), keyword()) ::
  {:ok, map()} | {:error, KYCCentral.Error.t()}

Ask the documentation assistant a question.

Options

  • :history — prior turns for follow-up questions, at most 12, each %{role: "user" | "assistant", content: "..."}.