Tool

class Tool


Contains a set of function declarations that the model has access to. These can be used to gather information, or complete tasks

Summary

Public constructors

Tool(functionDeclarations: List<FunctionDeclaration>)

Public properties

List<FunctionDeclaration>

The set of functions that this tool allows the model access to

Public constructors

Tool

Tool(functionDeclarations: List<FunctionDeclaration>)
Parameters
functionDeclarations: List<FunctionDeclaration>

The set of functions that this tool allows the model access to

Public properties

functionDeclarations

val functionDeclarationsList<FunctionDeclaration>

The set of functions that this tool allows the model access to