Documentation Index
Fetch the complete documentation index at: https://translations.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Weave / MessagesPrompt
생성자
• new MessagesPrompt(parameters): MessagesPrompt
| 이름 | 타입 |
|---|
parameters | MessagesPromptParameters |
MessagesPrompt
Prompt.constructor
prompt.ts:40
__savedRef
• Optional __savedRef: ObjectRef | Promise<ObjectRef>
Prompt.__savedRef
weaveObject.ts:73
• messages: Record<string, any>[]
prompt.ts:38
접근자
• get description(): undefined | string
undefined | string
다음에서 상속됨
Prompt.description
weaveObject.ts:100
• get name(): string
string
Prompt.name
정의 위치
weaveObject.ts:96
메서드
▸ format(values?): Record<string, any>[]
| 이름 | 타입 |
|---|
values | Record<string, any> |
Record<string, any>[]
정의 위치
prompt.ts:67
▸ saveAttrs(): Object
Object
Prompt.saveAttrs에서 상속됨
정의 위치
weaveObject.ts:77
▸ get(client, uri): Promise<MessagesPrompt>
| 이름 | 유형 |
|---|
client | WeaveClient |
uri | string |
Promise<MessagesPrompt>
prompt.ts:73