Documentation
¶
Overview ¶
Package openai provides an Adapter for the OpenAI Function Calling format. This is a stub implementation — full parsing will be added in a future iteration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct{}
Adapter converts OpenAI function-calling tool definitions into []model.UnifiedTool.
func (*Adapter) Parse ¶
Parse implements adapter.Adapter. TODO: implement OpenAI function-calling format parsing.
func (*Adapter) Protocol ¶
func (a *Adapter) Protocol() model.ProtocolType
Protocol implements adapter.Adapter.
Click to show internal directories.
Click to hide internal directories.