Skip to content

Commit

Permalink
fix orchestrator and typeo (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiebreviu authored Sep 3, 2024
1 parent 9a17a5a commit 7922f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/agents/product/product.prompty
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ search index return the most relevant information for a writer to use when
writing marketing articles.

# Context
Use the follow contex to provide a set of specialized queries to the search index:
Use the follow context to provide a set of specialized queries to the search index:

{{context}}

Expand Down
2 changes: 1 addition & 1 deletion src/api/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,5 @@ def test_create_article():
if __name__ == "__main__":
from tracing import init_tracing

tracer = init_tracing(local_tracing=True)
tracer = init_tracing(remote_tracing=True, local_tracing=True)
test_create_article()

0 comments on commit 7922f5a

Please sign in to comment.