File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 420
420
},
421
421
"/chat/topic" : {
422
422
"post" : {
423
- "x-mcp" : {
424
- "enabled" : true
425
- },
426
423
"summary" : " Create Assistant Chat Topic" ,
427
424
"description" : " Creates a topic to manage message history for a given AI assistant conversation" ,
428
425
"responses" : {
447
444
},
448
445
"/chat/message" : {
449
446
"post" : {
450
- "x-mcp" : {
451
- "enabled" : true
452
- },
453
447
"summary" : " Create Assistant Chat Message" ,
454
448
"description" : " Generate a completion in response to a user query" ,
455
449
"requestBody" : {
501
495
},
502
496
"/search/{domain}" : {
503
497
"post" : {
504
- "x-mcp" : {
505
- "enabled" : true
506
- },
507
498
"summary" : " Search documentation" ,
508
499
"description" : " Perform semantic and keyword searches across your documentation with configurable filtering and pagination." ,
509
500
"parameters" : [
You can’t perform that action at this time.
0 commit comments