EcommerceFlow
extends BaseFlow
in package
Table of Contents
Properties
- $executor : GraphQLExecutor
- $schema : string
- $schemaProvider : GraphQLSchemaProvider
Methods
- __construct() : mixed
- schema() : string
- systemPrompt() : string
- toolHandlers() : array<string|int, mixed>
- tools() : array<string|int, mixed>
Properties
$executor
protected
GraphQLExecutor
$executor
$schema
protected
string
$schema
$schemaProvider
protected
GraphQLSchemaProvider
$schemaProvider
Methods
__construct()
public
__construct(GraphQLSchemaProvider $schemaProvider, GraphQLExecutor $executor) : mixed
Parameters
- $schemaProvider : GraphQLSchemaProvider
- $executor : GraphQLExecutor
schema()
public
schema() : string
Return values
stringsystemPrompt()
public
systemPrompt() : string
Return values
stringtoolHandlers()
public
toolHandlers() : array<string|int, mixed>
Return values
array<string|int, mixed>tools()
public
tools() : array<string|int, mixed>