Skip to content

Should ContextConfig use export type in llm/index.ts?#18

Open
tongyu0924 wants to merge 1 commit into
JasonHonKL:mainfrom
tongyu0924:patch-1
Open

Should ContextConfig use export type in llm/index.ts?#18
tongyu0924 wants to merge 1 commit into
JasonHonKL:mainfrom
tongyu0924:patch-1

Conversation

@tongyu0924
Copy link
Copy Markdown

Running the agent throws:

SyntaxError: The requested module './context.js' does not provide an export named 'ContextConfig'

Since ContextConfig is an interface, should this use export type instead of export to work correctly?

Running the agent throws:

SyntaxError: The requested module './context.js' does not provide
an export named 'ContextConfig'

Since ContextConfig is an interface, should this use export type
instead of export to work correctly?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant