Skip to content

Conversation

@0xdeafcafe
Copy link

No description provided.

Copy link
Collaborator

@drewdrewthis drewdrewthis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some questions/requests

export const customerSupportAgent = new Agent({
name: "Customer Support Agent",
instructions: SYSTEM_PROMPT,
instructions: async () => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to make another example for using this with the prompt fetch? Most people won't understand this/have langwatch integrated already maybe?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you elaborate? I'm confused here

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@0xdeafcafe this comment only makes sense if we're going to merge it in for general consumption

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think if we do merge it, it should be it's own example maybe? As it has a few additional dependencies.

@@ -0,0 +1,41 @@
import { trace } from "@opentelemetry/api";

const tracer = trace.getTracer("langwatch.prompts", "0.0.1");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be nice to get some comments/documentation on this file, assuming people aren't otel experts?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but otel is so simple, how could people not understand

@rogeriochaves rogeriochaves force-pushed the main branch 3 times, most recently from 6c1c8c6 to 8783b84 Compare November 15, 2025 06:56
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.

3 participants