Documentation
¶
Index ¶
- Constants
- type Column
- type Schema
- type Service
- func (s *Service) BuildCode(ctx context.Context) string
- func (s *Service) BuildCodeTool() openai.ChatCompletionToolParam
- func (s *Service) Clear()
- func (s *Service) GenerateHandlersCode(ctx context.Context) string
- func (s *Service) GenerateHandlersCodeTool() openai.ChatCompletionToolParam
- func (s *Service) GenerateOpenAPISpec(ctx context.Context, arguments string) string
- func (s *Service) GenerateOpenAPISpecTool() openai.ChatCompletionToolParam
- func (s *Service) GenerateSchema(ctx context.Context, arguments string) string
- func (s *Service) GenerateSchemaTool() openai.ChatCompletionToolParam
- func (s *Service) GenerateServiceCode(ctx context.Context, arguments string) string
- func (s *Service) GenerateServiceCodeTool() openai.ChatCompletionToolParam
- func (s *Service) ListTables(ctx context.Context) string
- func (s *Service) ListTablesTool() openai.ChatCompletionToolParam
- func (s *Service) QueryKnowledgeBase(ctx context.Context, arguments string) string
- func (s *Service) QueryKnowledgeBaseTool() openai.ChatCompletionToolParam
- func (s *Service) StoreSchema(ctx context.Context, arguments string) string
- func (s *Service) StoreSchemaTool() openai.ChatCompletionToolParam
Constants ¶
View Source
const BuildCodeToolName = "build_code"
View Source
const GenerateHandlersCodeToolName = "generate_handlers_code"
View Source
const GenerateOpenAPISpecToolName = "generate_openapi_spec"
View Source
const GenerateSchemaToolName = "generate_schema"
View Source
const GenerateServiceCodeToolName = "generate_service_code"
View Source
const ListTablesToolName = "list_tables"
View Source
const QueryKnowledgeBaseToolName = "query_knowledge_base"
View Source
const StoreSchemaToolName = "store_schema"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
func (*Service) BuildCodeTool ¶ added in v0.0.2
func (s *Service) BuildCodeTool() openai.ChatCompletionToolParam
func (*Service) GenerateHandlersCode ¶ added in v0.0.2
func (*Service) GenerateHandlersCodeTool ¶ added in v0.0.2
func (s *Service) GenerateHandlersCodeTool() openai.ChatCompletionToolParam
func (*Service) GenerateOpenAPISpec ¶ added in v0.0.2
func (*Service) GenerateOpenAPISpecTool ¶ added in v0.0.2
func (s *Service) GenerateOpenAPISpecTool() openai.ChatCompletionToolParam
func (*Service) GenerateSchema ¶
func (*Service) GenerateSchemaTool ¶
func (s *Service) GenerateSchemaTool() openai.ChatCompletionToolParam
func (*Service) GenerateServiceCode ¶ added in v0.0.2
func (*Service) GenerateServiceCodeTool ¶ added in v0.0.2
func (s *Service) GenerateServiceCodeTool() openai.ChatCompletionToolParam
func (*Service) ListTablesTool ¶
func (s *Service) ListTablesTool() openai.ChatCompletionToolParam
func (*Service) QueryKnowledgeBase ¶ added in v0.0.3
func (*Service) QueryKnowledgeBaseTool ¶ added in v0.0.3
func (s *Service) QueryKnowledgeBaseTool() openai.ChatCompletionToolParam
func (*Service) StoreSchema ¶
func (*Service) StoreSchemaTool ¶
func (s *Service) StoreSchemaTool() openai.ChatCompletionToolParam
Click to show internal directories.
Click to hide internal directories.