View Source GptAgent.Function (gpt_agent v2.1.2)

Represents a function that can be called by the OpenAI GPT assistant

Summary

Types

@type t() :: %GptAgent.Function{
  description: String.t(),
  name: String.t(),
  parameters: [GptAgent.Function.Parameter.t()]
}