Documentation
¶
Index ¶
- Constants
- type Column
- type Endpoint
- type Endpoints
- type Schema
- type Service
- func (s *Service) GenerateAndStoreHandlersCode(ctx context.Context, arguments string) string
- func (s *Service) GenerateAndStoreHandlersCodeTool() openai.ChatCompletionToolParam
- func (s *Service) GenerateEndpoints(ctx context.Context, arguments string) string
- func (s *Service) GenerateEndpointsTool() openai.ChatCompletionToolParam
- func (s *Service) GenerateSchema(ctx context.Context, arguments string) string
- func (s *Service) GenerateSchemaTool() openai.ChatCompletionToolParam
- func (s *Service) ListTables(ctx context.Context) string
- func (s *Service) ListTablesTool() openai.ChatCompletionToolParam
- func (s *Service) StoreSchema(ctx context.Context, arguments string) string
- func (s *Service) StoreSchemaTool() openai.ChatCompletionToolParam
Constants ¶
View Source
const GenerateAndStoreHandlersCodeToolName = "generate_and_store_handlers_code"
View Source
const GenerateEndpointsToolName = "generate_endpoints"
View Source
const GenerateSchemaToolName = "generate_schema"
View Source
const ListTablesToolName = "list_tables"
View Source
const StoreSchemaToolName = "store_schema"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
func (*Service) GenerateAndStoreHandlersCode ¶
func (*Service) GenerateAndStoreHandlersCodeTool ¶
func (s *Service) GenerateAndStoreHandlersCodeTool() openai.ChatCompletionToolParam
func (*Service) GenerateEndpoints ¶
func (*Service) GenerateEndpointsTool ¶
func (s *Service) GenerateEndpointsTool() openai.ChatCompletionToolParam
func (*Service) GenerateSchema ¶
func (*Service) GenerateSchemaTool ¶
func (s *Service) GenerateSchemaTool() openai.ChatCompletionToolParam
func (*Service) ListTablesTool ¶
func (s *Service) ListTablesTool() openai.ChatCompletionToolParam
func (*Service) StoreSchema ¶
func (*Service) StoreSchemaTool ¶
func (s *Service) StoreSchemaTool() openai.ChatCompletionToolParam
Click to show internal directories.
Click to hide internal directories.